o

akka.event

NoMarkerLogging

object NoMarkerLogging extends MarkerLoggingAdapter

NoLogging is a MarkerLoggingAdapter that does absolutely nothing – no logging at all.

Source
Logging.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoMarkerLogging
  2. MarkerLoggingAdapter
  3. BusLogging
  4. LoggingAdapter
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type MDC = Map[String, Any]
    Definition Classes
    LoggingAdapter

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bus: LoggingBus
    Definition Classes
    MarkerLoggingAdapterBusLogging
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def debug(marker: LogMarker, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Message template with 4 replacement arguments.

    Message template with 4 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  8. final def debug(marker: LogMarker, template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Message template with 3 replacement arguments.

    Message template with 3 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  9. final def debug(marker: LogMarker, template: String, arg1: Any, arg2: Any): Unit

    Message template with 2 replacement arguments.

    Message template with 2 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  10. final def debug(marker: LogMarker, template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  11. final def debug(marker: LogMarker, message: String): Unit

    Log message at debug level.

    Log message at debug level. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  12. def debug(template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Message template with 4 replacement arguments.

    Message template with 4 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  13. def debug(template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Message template with 3 replacement arguments.

    Message template with 3 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  14. def debug(template: String, arg1: Any, arg2: Any): Unit

    Message template with 2 replacement arguments.

    Message template with 2 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  15. def debug(template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  16. def debug(message: String): Unit

    Log message at debug level.

    Log message at debug level.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. final def error(marker: LogMarker, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Message template with 4 replacement arguments.

    Message template with 4 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  20. final def error(marker: LogMarker, template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Message template with 3 replacement arguments.

    Message template with 3 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  21. final def error(marker: LogMarker, template: String, arg1: Any, arg2: Any): Unit

    Message template with 2 replacement arguments.

    Message template with 2 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  22. final def error(marker: LogMarker, template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  23. final def error(marker: LogMarker, message: String): Unit

    Log message at error level, without providing the exception that caused the error.

    Log message at error level, without providing the exception that caused the error. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  24. final def error(marker: LogMarker, cause: Throwable, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Message template with 4 replacement arguments.

    Message template with 4 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  25. final def error(marker: LogMarker, cause: Throwable, template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Message template with 3 replacement arguments.

    Message template with 3 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  26. final def error(marker: LogMarker, cause: Throwable, template: String, arg1: Any, arg2: Any): Unit

    Message template with 2 replacement arguments.

    Message template with 2 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  27. final def error(marker: LogMarker, cause: Throwable, template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  28. final def error(marker: LogMarker, cause: Throwable, message: String): Unit

    Log message at error level, including the exception that caused the error.

    Log message at error level, including the exception that caused the error. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  29. def error(template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Message template with 4 replacement arguments.

    Message template with 4 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  30. def error(template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Message template with 3 replacement arguments.

    Message template with 3 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  31. def error(template: String, arg1: Any, arg2: Any): Unit

    Message template with 2 replacement arguments.

    Message template with 2 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  32. def error(template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  33. def error(message: String): Unit

    Log message at error level, without providing the exception that caused the error.

    Log message at error level, without providing the exception that caused the error.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  34. def error(cause: Throwable, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Message template with 4 replacement arguments.

    Message template with 4 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  35. def error(cause: Throwable, template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Message template with 3 replacement arguments.

    Message template with 3 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  36. def error(cause: Throwable, template: String, arg1: Any, arg2: Any): Unit

    Message template with 2 replacement arguments.

    Message template with 2 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  37. def error(cause: Throwable, template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  38. def error(cause: Throwable, message: String): Unit

    Log message at error level, including the exception that caused the error.

    Log message at error level, including the exception that caused the error.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  39. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def format(t: String, arg: Any*): String
    Definition Classes
    LoggingAdapter
  41. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  42. def getInstance: NoMarkerLogging.type

    Java API to return the reference to NoLogging

    Java API to return the reference to NoLogging

    returns

    The NoLogging instance

  43. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  44. final def info(marker: LogMarker, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Message template with 4 replacement arguments.

    Message template with 4 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  45. final def info(marker: LogMarker, template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Message template with 3 replacement arguments.

    Message template with 3 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  46. final def info(marker: LogMarker, template: String, arg1: Any, arg2: Any): Unit

    Message template with 2 replacement arguments.

    Message template with 2 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  47. final def info(marker: LogMarker, message: String): Unit

    Log message at info level.

    Log message at info level. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  48. def info(marker: LogMarker, template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  49. def info(template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Message template with 4 replacement arguments.

    Message template with 4 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  50. def info(template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Message template with 3 replacement arguments.

    Message template with 3 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  51. def info(template: String, arg1: Any, arg2: Any): Unit

    Message template with 2 replacement arguments.

    Message template with 2 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  52. def info(template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  53. def info(message: String): Unit

    Log message at info level.

    Log message at info level.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  54. final def isDebugEnabled: Boolean
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  55. final def isEnabled(level: LogLevel): Boolean

    returns

    true if the specified log level is enabled

    Definition Classes
    LoggingAdapter
  56. final def isErrorEnabled: Boolean
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  57. final def isInfoEnabled: Boolean
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  58. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  59. final def isWarningEnabled: Boolean
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  60. def log(level: LogLevel, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Message template with 4 replacement arguments.

    Message template with 4 replacement arguments.

    Definition Classes
    LoggingAdapter
  61. def log(level: LogLevel, template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Message template with 3 replacement arguments.

    Message template with 3 replacement arguments.

    Definition Classes
    LoggingAdapter
  62. def log(level: LogLevel, template: String, arg1: Any, arg2: Any): Unit

    Message template with 2 replacement arguments.

    Message template with 2 replacement arguments.

    Definition Classes
    LoggingAdapter
  63. def log(level: LogLevel, template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    Definition Classes
    LoggingAdapter
  64. def log(level: LogLevel, message: String): Unit

    Log message at the specified log level.

    Log message at the specified log level.

    Definition Classes
    LoggingAdapter
  65. val logClass: Class[_]
    Definition Classes
    MarkerLoggingAdapterBusLogging
  66. val logSource: String
    Definition Classes
    MarkerLoggingAdapterBusLogging
  67. def mdc: Logging.MDC
    Definition Classes
    LoggingAdapter
  68. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  69. final def notify(): Unit
    Definition Classes
    AnyRef
  70. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  71. final def notifyDebug(message: String): Unit
    Attributes
    protected
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  72. final def notifyError(cause: Throwable, message: String): Unit
    Attributes
    protected
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  73. final def notifyError(message: String): Unit
    Attributes
    protected
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  74. final def notifyInfo(message: String): Unit
    Attributes
    protected
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  75. final def notifyLog(level: LogLevel, message: String): Unit
    Definition Classes
    LoggingAdapter
  76. final def notifyWarning(message: String): Unit
    Attributes
    protected
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  77. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  78. def toString(): String
    Definition Classes
    AnyRef → Any
  79. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. final def warning(marker: LogMarker, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Message template with 4 replacement arguments.

    Message template with 4 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  83. final def warning(marker: LogMarker, template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Message template with 3 replacement arguments.

    Message template with 3 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  84. final def warning(marker: LogMarker, template: String, arg1: Any, arg2: Any): Unit

    Message template with 2 replacement arguments.

    Message template with 2 replacement arguments. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  85. final def warning(marker: LogMarker, template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  86. final def warning(marker: LogMarker, message: String): Unit

    Log message at warning level.

    Log message at warning level. The marker argument can be picked up by various logging frameworks such as slf4j to mark this log statement as "special".

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  87. def warning(template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Message template with 4 replacement arguments.

    Message template with 4 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  88. def warning(template: String, arg1: Any, arg2: Any, arg3: Any): Unit

    Message template with 3 replacement arguments.

    Message template with 3 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  89. def warning(template: String, arg1: Any, arg2: Any): Unit

    Message template with 2 replacement arguments.

    Message template with 2 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  90. def warning(template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  91. def warning(message: String): Unit

    Log message at warning level.

    Log message at warning level.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

Inherited from MarkerLoggingAdapter

Inherited from BusLogging

Inherited from LoggingAdapter

Inherited from AnyRef

Inherited from Any

Ungrouped