c

akka.event

DiagnosticMarkerBusLoggingAdapter

final class DiagnosticMarkerBusLoggingAdapter extends MarkerLoggingAdapter with DiagnosticLoggingAdapter

Source
Logging.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DiagnosticMarkerBusLoggingAdapter
  2. DiagnosticLoggingAdapter
  3. MarkerLoggingAdapter
  4. BusLogging
  5. LoggingAdapter
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

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

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. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from DiagnosticMarkerBusLoggingAdapter toany2stringadd[DiagnosticMarkerBusLoggingAdapter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DiagnosticMarkerBusLoggingAdapter, B)
    Implicit
    This member is added by an implicit conversion from DiagnosticMarkerBusLoggingAdapter toArrowAssoc[DiagnosticMarkerBusLoggingAdapter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bus: LoggingBus
  8. def clearMDC(): Unit

    Clear all entries in the MDC

    Clear all entries in the MDC

    Definition Classes
    DiagnosticLoggingAdapter
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  10. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  11. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  12. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  13. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  14. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

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

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

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

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

  19. def debug(message: String): Unit

    Log message at debug level.

    Log message at debug level.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  20. def ensuring(cond: (DiagnosticMarkerBusLoggingAdapter) => Boolean, msg: => Any): DiagnosticMarkerBusLoggingAdapter
    Implicit
    This member is added by an implicit conversion from DiagnosticMarkerBusLoggingAdapter toEnsuring[DiagnosticMarkerBusLoggingAdapter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (DiagnosticMarkerBusLoggingAdapter) => Boolean): DiagnosticMarkerBusLoggingAdapter
    Implicit
    This member is added by an implicit conversion from DiagnosticMarkerBusLoggingAdapter toEnsuring[DiagnosticMarkerBusLoggingAdapter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: => Any): DiagnosticMarkerBusLoggingAdapter
    Implicit
    This member is added by an implicit conversion from DiagnosticMarkerBusLoggingAdapter toEnsuring[DiagnosticMarkerBusLoggingAdapter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): DiagnosticMarkerBusLoggingAdapter
    Implicit
    This member is added by an implicit conversion from DiagnosticMarkerBusLoggingAdapter toEnsuring[DiagnosticMarkerBusLoggingAdapter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  27. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  28. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  29. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  30. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  31. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  32. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  33. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  34. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  35. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

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

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

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

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

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

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

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

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

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

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

  46. def format(t: String, arg: Any*): String
    Definition Classes
    LoggingAdapter
  47. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  48. def getMDC: Map[String, Any]

    Java API: Mapped Diagnostic Context for application defined values which can be used in PatternLayout when akka.event.slf4j.Slf4jLogger is configured.

    Java API: Mapped Diagnostic Context for application defined values which can be used in PatternLayout when akka.event.slf4j.Slf4jLogger is configured. Visit Logback Docs: MDC for more information. Note tha it returns a COPY of the actual MDC values. You cannot modify any value by changing the returned Map. Code like the following won't have any effect unless you set back the modified Map.

    Map mdc = log.getMDC();
    mdc.put("key", value);
    // NEEDED
    log.setMDC(mdc);
    returns

    A copy of the actual MDC values

    Definition Classes
    DiagnosticLoggingAdapter
  49. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  50. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  51. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  52. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

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

  54. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

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

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

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

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

  59. def info(message: String): Unit

    Log message at info level.

    Log message at info level.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

  60. def isDebugEnabled(marker: LogMarker): Boolean
    Definition Classes
    MarkerLoggingAdapter
  61. def isDebugEnabled: Boolean
    Definition Classes
    BusLoggingLoggingAdapter
  62. final def isEnabled(level: LogLevel): Boolean

    returns

    true if the specified log level is enabled

    Definition Classes
    LoggingAdapter
  63. def isErrorEnabled(marker: LogMarker): Boolean
    Definition Classes
    MarkerLoggingAdapter
  64. def isErrorEnabled: Boolean
    Definition Classes
    BusLoggingLoggingAdapter
  65. def isInfoEnabled(marker: LogMarker): Boolean
    Definition Classes
    MarkerLoggingAdapter
  66. def isInfoEnabled: Boolean
    Definition Classes
    BusLoggingLoggingAdapter
  67. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  68. def isWarningEnabled(marker: LogMarker): Boolean
    Definition Classes
    MarkerLoggingAdapter
  69. def isWarningEnabled: Boolean
    Definition Classes
    BusLoggingLoggingAdapter
  70. 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
  71. 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
  72. 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
  73. 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
  74. 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
  75. def log(level: LogLevel, message: String): Unit

    Log message at the specified log level.

    Log message at the specified log level.

    Definition Classes
    LoggingAdapter
  76. val logClass: Class[_]
  77. val logSource: String
  78. val loggingFilterWithMarker: LoggingFilterWithMarker
    Definition Classes
    MarkerLoggingAdapter
  79. def mdc(mdc: MDC): Unit

    Scala API: Sets the values to be added to the MDC (Mapped Diagnostic Context) before the log is appended.

    Scala API: Sets the values to be added to the MDC (Mapped Diagnostic Context) before the log is appended. These values can be used in PatternLayout when akka.event.slf4j.Slf4jLogger is configured. Visit Logback Docs: MDC for more information.

    Definition Classes
    DiagnosticLoggingAdapter
  80. def mdc: MDC

    Scala API: Mapped Diagnostic Context for application defined values which can be used in PatternLayout when akka.event.slf4j.Slf4jLogger is configured.

    Scala API: Mapped Diagnostic Context for application defined values which can be used in PatternLayout when akka.event.slf4j.Slf4jLogger is configured. Visit Logback Docs: MDC for more information.

    returns

    A Map containing the MDC values added by the application, or empty Map if no value was added.

    Definition Classes
    DiagnosticLoggingAdapterLoggingAdapter
  81. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  82. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  83. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  84. def notifyDebug(message: String): Unit
    Attributes
    protected
    Definition Classes
    BusLoggingLoggingAdapter
  85. def notifyError(cause: Throwable, message: String): Unit
    Attributes
    protected
    Definition Classes
    BusLoggingLoggingAdapter
  86. def notifyError(message: String): Unit
    Attributes
    protected
    Definition Classes
    BusLoggingLoggingAdapter
  87. def notifyInfo(message: String): Unit
    Attributes
    protected
    Definition Classes
    BusLoggingLoggingAdapter
  88. final def notifyLog(level: LogLevel, message: String): Unit
    Definition Classes
    LoggingAdapter
  89. def notifyWarning(cause: Throwable, message: String): Unit
    Attributes
    protected
    Definition Classes
    BusLoggingLoggingAdapter
  90. def notifyWarning(message: String): Unit
    Attributes
    protected
    Definition Classes
    BusLoggingLoggingAdapter
  91. def setMDC(jMdc: Map[String, Any]): Unit

    Java API: Sets the values to be added to the MDC (Mapped Diagnostic Context) before the log is appended.

    Java API: Sets the values to be added to the MDC (Mapped Diagnostic Context) before the log is appended. These values can be used in PatternLayout when akka.event.slf4j.Slf4jLogger is configured. Visit Logback Docs: MDC for more information.

    Definition Classes
    DiagnosticLoggingAdapter
  92. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  93. def toString(): String
    Definition Classes
    AnyRef → Any
  94. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  95. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  96. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  97. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  98. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  99. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  100. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

  101. 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
    MarkerLoggingAdapter
    See also

    LoggingAdapter

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

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

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

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

  106. def warning(message: String): Unit

    Log message at warning level.

    Log message at warning level.

    Definition Classes
    LoggingAdapter
    See also

    LoggingAdapter

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

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

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

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

  111. 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)

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DiagnosticMarkerBusLoggingAdapter toStringFormat[DiagnosticMarkerBusLoggingAdapter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (DiagnosticMarkerBusLoggingAdapter, B)
    Implicit
    This member is added by an implicit conversion from DiagnosticMarkerBusLoggingAdapter toArrowAssoc[DiagnosticMarkerBusLoggingAdapter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from MarkerLoggingAdapter

Inherited from BusLogging

Inherited from LoggingAdapter

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromDiagnosticMarkerBusLoggingAdapter to any2stringadd[DiagnosticMarkerBusLoggingAdapter]

Inherited by implicit conversion StringFormat fromDiagnosticMarkerBusLoggingAdapter to StringFormat[DiagnosticMarkerBusLoggingAdapter]

Inherited by implicit conversion Ensuring fromDiagnosticMarkerBusLoggingAdapter to Ensuring[DiagnosticMarkerBusLoggingAdapter]

Inherited by implicit conversion ArrowAssoc fromDiagnosticMarkerBusLoggingAdapter to ArrowAssoc[DiagnosticMarkerBusLoggingAdapter]

Ungrouped