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. Protected

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  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".

    If arg1 is an Array it will be expanded into replacement arguments, which is useful when there are more than four arguments.

    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.

    If arg1 is an Array it will be expanded into replacement arguments, which is useful when there are more than four arguments.

    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: AnyRef): 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".

    If arg1 is an Array it will be expanded into replacement arguments, which is useful when there are more than four arguments.

    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".

    If arg1 is an Array it will be expanded into replacement arguments, which is useful when there are more than four arguments.

    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.

    If arg1 is an Array it will be expanded into replacement arguments, which is useful when there are more than four arguments.

    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.

    If arg1 is an Array it will be expanded into replacement arguments, which is useful when there are more than four arguments.

    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 format(t: String, arg: Any*): String
    Definition Classes
    LoggingAdapter
  40. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  41. def getInstance: NoMarkerLogging

    Java API to return the reference to NoLogging

    Java API to return the reference to NoLogging

    returns

    The NoLogging instance

  42. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  43. 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

  44. 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

  45. 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

  46. 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

  47. 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".

    If arg1 is an Array it will be expanded into replacement arguments, which is useful when there are more than four arguments.

    Definition Classes
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  48. 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

  49. 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

  50. 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

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

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    If arg1 is an Array it will be expanded into replacement arguments, which is useful when there are more than four arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  52. def info(message: String): Unit

    Log message at info level.

    Log message at info level.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  53. final def isDebugEnabled: Boolean
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  54. def isDebugEnabled(marker: LogMarker): Boolean
    Definition Classes
    MarkerLoggingAdapter
  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. def isErrorEnabled(marker: LogMarker): Boolean
    Definition Classes
    MarkerLoggingAdapter
  58. final def isInfoEnabled: Boolean
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  59. def isInfoEnabled(marker: LogMarker): Boolean
    Definition Classes
    MarkerLoggingAdapter
  60. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  61. final def isWarningEnabled: Boolean
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  62. def isWarningEnabled(marker: LogMarker): Boolean
    Definition Classes
    MarkerLoggingAdapter
  63. def log(marker: LogMarker, level: LogLevel, message: String): Unit

    Log message at the specified log level.

    Log message at the specified log level.

    Definition Classes
    MarkerLoggingAdapter
  64. 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
  65. 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
  66. 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
  67. def log(level: LogLevel, template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    If arg1 is an Array it will be expanded into replacement arguments, which is useful when there are more than four arguments.

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

    Log message at the specified log level.

    Log message at the specified log level.

    Definition Classes
    LoggingAdapter
  69. val logClass: Class[_]
    Definition Classes
    MarkerLoggingAdapterBusLogging
  70. val logSource: String
    Definition Classes
    MarkerLoggingAdapterBusLogging
  71. val loggingFilterWithMarker: LoggingFilterWithMarker
    Definition Classes
    MarkerLoggingAdapter
  72. def mdc: Logging.MDC
    Definition Classes
    LoggingAdapter
  73. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  74. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  75. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  76. final def notifyDebug(message: String): Unit
    Attributes
    protected
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  77. final def notifyError(cause: Throwable, message: String): Unit
    Attributes
    protected
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  78. final def notifyError(message: String): Unit
    Attributes
    protected
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  79. final def notifyInfo(message: String): Unit
    Attributes
    protected
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  80. final def notifyLog(level: LogLevel, message: String): Unit
    Definition Classes
    LoggingAdapter
  81. final def notifyWarning(cause: Throwable, message: String): Unit
    Attributes
    protected
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  82. final def notifyWarning(message: String): Unit
    Attributes
    protected
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  83. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  84. def toString(): String
    Definition Classes
    AnyRef → Any
  85. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  86. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  87. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  88. 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

  89. 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

  90. 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

  91. 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".

    If arg1 is an Array it will be expanded into replacement arguments, which is useful when there are more than four arguments.

    Definition Classes
    NoMarkerLoggingMarkerLoggingAdapter
    See also

    LoggingAdapter

  92. 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

  93. 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

  94. 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

  95. 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

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

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    If arg1 is an Array it will be expanded into replacement arguments, which is useful when there are more than four arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  97. def warning(message: String): Unit

    Log message at warning level.

    Log message at warning level.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  98. def warning(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

  99. def warning(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

  100. def warning(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

  101. def warning(cause: Throwable, template: String, arg1: Any): Unit

    Message template with 1 replacement argument.

    Message template with 1 replacement argument.

    If arg1 is an Array it will be expanded into replacement arguments, which is useful when there are more than four arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  102. def warning(cause: Throwable, message: String): Unit

    Log message at warning level, including the exception that indicated the warning.

    Log message at warning level, including the exception that indicated the warning.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from MarkerLoggingAdapter

Inherited from BusLogging

Inherited from LoggingAdapter

Inherited from AnyRef

Inherited from Any

Ungrouped