Class

akka.event

MarkerLoggingAdapter

Related Doc: package event

Permalink

class MarkerLoggingAdapter extends BusLogging

LoggingAdapter extension which adds Marker support. Only recommended to be used within Actors as it isn't thread safe.

Source
Logging.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MarkerLoggingAdapter
  2. BusLogging
  3. LoggingAdapter
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MarkerLoggingAdapter(bus: LoggingBus, logSource: String, logClass: Class[_])

    Permalink
  2. new MarkerLoggingAdapter(bus: LoggingBus, logSource: String, logClass: Class[_], loggingFilter: LoggingFilter)

    Permalink

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. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from MarkerLoggingAdapter to any2stringadd[MarkerLoggingAdapter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MarkerLoggingAdapter, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from MarkerLoggingAdapter to ArrowAssoc[MarkerLoggingAdapter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  7. val bus: LoggingBus

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. 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".

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

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

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

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

  18. def debug(message: String): Unit

    Permalink

    Log message at debug level.

    Log message at debug level.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  19. def ensuring(cond: (MarkerLoggingAdapter) ⇒ Boolean, msg: ⇒ Any): MarkerLoggingAdapter

    Permalink
    Implicit information
    This member is added by an implicit conversion from MarkerLoggingAdapter to Ensuring[MarkerLoggingAdapter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (MarkerLoggingAdapter) ⇒ Boolean): MarkerLoggingAdapter

    Permalink
    Implicit information
    This member is added by an implicit conversion from MarkerLoggingAdapter to Ensuring[MarkerLoggingAdapter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: ⇒ Any): MarkerLoggingAdapter

    Permalink
    Implicit information
    This member is added by an implicit conversion from MarkerLoggingAdapter to Ensuring[MarkerLoggingAdapter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): MarkerLoggingAdapter

    Permalink
    Implicit information
    This member is added by an implicit conversion from MarkerLoggingAdapter to Ensuring[MarkerLoggingAdapter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. 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".

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

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

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

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

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

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

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

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

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

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

  45. def format(t: String, arg: Any*): String

    Permalink
    Definition Classes
    LoggingAdapter
  46. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from MarkerLoggingAdapter to StringFormat[MarkerLoggingAdapter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  47. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  48. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  49. 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".

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

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

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

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

  58. def info(message: String): Unit

    Permalink

    Log message at info level.

    Log message at info level.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  59. def isDebugEnabled: Boolean

    Permalink
    Definition Classes
    BusLoggingLoggingAdapter
  60. final def isEnabled(level: LogLevel): Boolean

    Permalink

    returns

    true if the specified log level is enabled

    Definition Classes
    LoggingAdapter
  61. def isErrorEnabled: Boolean

    Permalink
    Definition Classes
    BusLoggingLoggingAdapter
  62. def isInfoEnabled: Boolean

    Permalink
    Definition Classes
    BusLoggingLoggingAdapter
  63. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  64. def isWarningEnabled: Boolean

    Permalink
    Definition Classes
    BusLoggingLoggingAdapter
  65. 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
  66. 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
  67. 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
  68. 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
  69. 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
  70. val logClass: Class[_]

    Permalink
    Definition Classes
    MarkerLoggingAdapterBusLogging
  71. val logSource: String

    Permalink
    Definition Classes
    MarkerLoggingAdapterBusLogging
  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
    Annotations
    @HotSpotIntrinsicCandidate()
  75. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  76. def notifyDebug(message: String): Unit

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    BusLoggingLoggingAdapter
  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. 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".

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

    See also

    LoggingAdapter

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

    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

  97. def [B](y: B): (MarkerLoggingAdapter, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from MarkerLoggingAdapter to ArrowAssoc[MarkerLoggingAdapter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from BusLogging

Inherited from LoggingAdapter

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from MarkerLoggingAdapter to any2stringadd[MarkerLoggingAdapter]

Inherited by implicit conversion StringFormat from MarkerLoggingAdapter to StringFormat[MarkerLoggingAdapter]

Inherited by implicit conversion Ensuring from MarkerLoggingAdapter to Ensuring[MarkerLoggingAdapter]

Inherited by implicit conversion ArrowAssoc from MarkerLoggingAdapter to ArrowAssoc[MarkerLoggingAdapter]

Ungrouped