Object

akka.event

NoMarkerLogging

Related Doc: package event

Permalink

object NoMarkerLogging extends MarkerLoggingAdapter

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

Source
Logging.scala
Linear Supertypes
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]

    Permalink
    Definition Classes
    LoggingAdapter

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val bus: LoggingBus

    Permalink
    Definition Classes
    MarkerLoggingAdapterBusLogging
  6. def clone(): AnyRef

    Permalink
    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    Log message at debug level.

    Log message at debug level.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def error(marker: LogMarker, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def format(t: String, arg: Any*): String

    Permalink
    Definition Classes
    LoggingAdapter
  41. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  42. def getInstance: NoMarkerLogging.type

    Permalink

    Java API to return the reference to NoLogging

    Java API to return the reference to NoLogging

    returns

    The NoLogging instance

  43. def hashCode(): Int

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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

  53. def info(message: String): Unit

    Permalink

    Log message at info level.

    Log message at info level.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  54. final def isDebugEnabled: Boolean

    Permalink
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  55. def isDebugEnabled(marker: LogMarker): Boolean

    Permalink
    Definition Classes
    MarkerLoggingAdapter
  56. final def isEnabled(level: LogLevel): Boolean

    Permalink

    returns

    true if the specified log level is enabled

    Definition Classes
    LoggingAdapter
  57. final def isErrorEnabled: Boolean

    Permalink
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  58. def isErrorEnabled(marker: LogMarker): Boolean

    Permalink
    Definition Classes
    MarkerLoggingAdapter
  59. final def isInfoEnabled: Boolean

    Permalink
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  60. def isInfoEnabled(marker: LogMarker): Boolean

    Permalink
    Definition Classes
    MarkerLoggingAdapter
  61. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  62. final def isWarningEnabled: Boolean

    Permalink
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  63. def isWarningEnabled(marker: LogMarker): Boolean

    Permalink
    Definition Classes
    MarkerLoggingAdapter
  64. def log(level: LogLevel, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    Log message at the specified log level.

    Log message at the specified log level.

    Definition Classes
    LoggingAdapter
  69. val logClass: Class[_]

    Permalink
    Definition Classes
    MarkerLoggingAdapterBusLogging
  70. val logSource: String

    Permalink
    Definition Classes
    MarkerLoggingAdapterBusLogging
  71. val loggingFilterWithMarker: LoggingFilterWithMarker

    Permalink
    Definition Classes
    MarkerLoggingAdapter
  72. def mdc: Logging.MDC

    Permalink
    Definition Classes
    LoggingAdapter
  73. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  74. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  75. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  76. final def notifyDebug(message: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  77. final def notifyError(cause: Throwable, message: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  78. final def notifyError(message: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  79. final def notifyInfo(message: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  80. final def notifyLog(level: LogLevel, message: String): Unit

    Permalink
    Definition Classes
    LoggingAdapter
  81. final def notifyWarning(message: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    NoMarkerLoggingBusLoggingLoggingAdapter
  82. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  83. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  84. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  85. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  86. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. final def warning(marker: LogMarker, template: String, arg1: Any, arg2: Any, arg3: Any, arg4: Any): Unit

    Permalink

    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

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

    Permalink

    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

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

    Permalink

    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

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

    Permalink

    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

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

    Permalink

    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

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

    Permalink

    Message template with 4 replacement arguments.

    Message template with 4 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

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

    Permalink

    Message template with 3 replacement arguments.

    Message template with 3 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

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

    Permalink

    Message template with 2 replacement arguments.

    Message template with 2 replacement arguments.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

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

    Permalink

    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

  96. def warning(message: String): Unit

    Permalink

    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