final class DiagnosticMarkerBusLoggingAdapter extends MarkerLoggingAdapter with DiagnosticLoggingAdapter
- Source
- Logging.scala
- Alphabetic
- By Inheritance
- DiagnosticMarkerBusLoggingAdapter
- DiagnosticLoggingAdapter
- MarkerLoggingAdapter
- BusLogging
- LoggingAdapter
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
-  new DiagnosticMarkerBusLoggingAdapter(bus: LoggingBus, logSource: String, logClass: Class[_], loggingFilter: LoggingFilter)
Type Members
- 
      
      
      
        
      
    
      
        
        type
      
      
        MDC = Map[String, Any]
      
      
      - Definition Classes
- LoggingAdapter
 
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        +(other: String): String
      
      
      - Implicit
- This member is added by an implicit conversion from DiagnosticMarkerBusLoggingAdapter to any2stringadd[DiagnosticMarkerBusLoggingAdapter] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ->[B](y: B): (DiagnosticMarkerBusLoggingAdapter, B)
      
      
      - Implicit
- This member is added by an implicit conversion from DiagnosticMarkerBusLoggingAdapter to ArrowAssoc[DiagnosticMarkerBusLoggingAdapter] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        bus: LoggingBus
      
      
      - Definition Classes
- DiagnosticMarkerBusLoggingAdapter → MarkerLoggingAdapter → BusLogging
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clearMDC(): Unit
      
      
      Clear all entries in the MDC Clear all entries in the MDC - Definition Classes
- DiagnosticLoggingAdapter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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 arg1is anArrayit will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- MarkerLoggingAdapter
- See also
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        debug(template: String, arg1: Any): Unit
      
      
      Message template with 1 replacement argument. Message template with 1 replacement argument. If arg1is anArrayit will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- LoggingAdapter
- See also
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        debug(message: String): Unit
      
      
      Log message at debug level. Log message at debug level. - Definition Classes
- LoggingAdapter
- See also
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: (DiagnosticMarkerBusLoggingAdapter) ⇒ Boolean, msg: ⇒ Any): DiagnosticMarkerBusLoggingAdapter
      
      
      - Implicit
- This member is added by an implicit conversion from DiagnosticMarkerBusLoggingAdapter to Ensuring[DiagnosticMarkerBusLoggingAdapter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: (DiagnosticMarkerBusLoggingAdapter) ⇒ Boolean): DiagnosticMarkerBusLoggingAdapter
      
      
      - Implicit
- This member is added by an implicit conversion from DiagnosticMarkerBusLoggingAdapter to Ensuring[DiagnosticMarkerBusLoggingAdapter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: Boolean, msg: ⇒ Any): DiagnosticMarkerBusLoggingAdapter
      
      
      - Implicit
- This member is added by an implicit conversion from DiagnosticMarkerBusLoggingAdapter to Ensuring[DiagnosticMarkerBusLoggingAdapter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: Boolean): DiagnosticMarkerBusLoggingAdapter
      
      
      - Implicit
- This member is added by an implicit conversion from DiagnosticMarkerBusLoggingAdapter to Ensuring[DiagnosticMarkerBusLoggingAdapter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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 arg1is anArrayit will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- MarkerLoggingAdapter
- See also
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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 arg1is anArrayit will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- MarkerLoggingAdapter
- See also
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        error(template: String, arg1: Any): Unit
      
      
      Message template with 1 replacement argument. Message template with 1 replacement argument. If arg1is anArrayit will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- LoggingAdapter
- See also
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        error(cause: Throwable, template: String, arg1: Any): Unit
      
      
      Message template with 1 replacement argument. Message template with 1 replacement argument. If arg1is anArrayit will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- LoggingAdapter
- See also
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        format(t: String, arg: Any*): String
      
      
      - Definition Classes
- LoggingAdapter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        formatted(fmtstr: String): String
      
      
      - Implicit
- This member is added by an implicit conversion from DiagnosticMarkerBusLoggingAdapter to StringFormat[DiagnosticMarkerBusLoggingAdapter] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        getMDC: Map[String, Any]
      
      
      Java API: Mapped Diagnostic Context for application defined values which can be used in PatternLayout when akka.event.slf4j.Slf4jLoggeris configured.Java API: Mapped Diagnostic Context for application defined values which can be used in PatternLayout when akka.event.slf4j.Slf4jLoggeris 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
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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 arg1is anArrayit will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- MarkerLoggingAdapter
- See also
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        info(template: String, arg1: Any): Unit
      
      
      Message template with 1 replacement argument. Message template with 1 replacement argument. If arg1is anArrayit will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- LoggingAdapter
- See also
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        info(message: String): Unit
      
      
      Log message at info level. Log message at info level. - Definition Classes
- LoggingAdapter
- See also
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        isDebugEnabled(marker: LogMarker): Boolean
      
      
      - Definition Classes
- MarkerLoggingAdapter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        isDebugEnabled: Boolean
      
      
      - Definition Classes
- BusLogging → LoggingAdapter
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isEnabled(level: LogLevel): Boolean
      
      
      - returns
- true if the specified log level is enabled 
 - Definition Classes
- LoggingAdapter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        isErrorEnabled(marker: LogMarker): Boolean
      
      
      - Definition Classes
- MarkerLoggingAdapter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        isErrorEnabled: Boolean
      
      
      - Definition Classes
- BusLogging → LoggingAdapter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        isInfoEnabled(marker: LogMarker): Boolean
      
      
      - Definition Classes
- MarkerLoggingAdapter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        isInfoEnabled: Boolean
      
      
      - Definition Classes
- BusLogging → LoggingAdapter
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        isWarningEnabled(marker: LogMarker): Boolean
      
      
      - Definition Classes
- MarkerLoggingAdapter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        isWarningEnabled: Boolean
      
      
      - Definition Classes
- BusLogging → LoggingAdapter
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        log(level: LogLevel, template: String, arg1: Any): Unit
      
      
      Message template with 1 replacement argument. Message template with 1 replacement argument. If arg1is anArrayit will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- LoggingAdapter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        log(level: LogLevel, message: String): Unit
      
      
      Log message at the specified log level. Log message at the specified log level. - Definition Classes
- LoggingAdapter
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        logClass: Class[_]
      
      
      - Definition Classes
- DiagnosticMarkerBusLoggingAdapter → MarkerLoggingAdapter → BusLogging
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        logSource: String
      
      
      - Definition Classes
- DiagnosticMarkerBusLoggingAdapter → MarkerLoggingAdapter → BusLogging
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        loggingFilterWithMarker: LoggingFilterWithMarker
      
      
      - Definition Classes
- MarkerLoggingAdapter
 
- 
      
      
      
        
      
    
      
        
        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.Slf4jLoggeris configured. Visit Logback Docs: MDC for more information.- Definition Classes
- DiagnosticLoggingAdapter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        mdc: MDC
      
      
      Scala API: Mapped Diagnostic Context for application defined values which can be used in PatternLayout when akka.event.slf4j.Slf4jLoggeris configured.Scala API: Mapped Diagnostic Context for application defined values which can be used in PatternLayout when akka.event.slf4j.Slf4jLoggeris 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
- DiagnosticLoggingAdapter → LoggingAdapter
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        notifyDebug(message: String): Unit
      
      
      - Attributes
- protected
- Definition Classes
- BusLogging → LoggingAdapter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        notifyError(cause: Throwable, message: String): Unit
      
      
      - Attributes
- protected
- Definition Classes
- BusLogging → LoggingAdapter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        notifyError(message: String): Unit
      
      
      - Attributes
- protected
- Definition Classes
- BusLogging → LoggingAdapter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        notifyInfo(message: String): Unit
      
      
      - Attributes
- protected
- Definition Classes
- BusLogging → LoggingAdapter
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyLog(level: LogLevel, message: String): Unit
      
      
      - Definition Classes
- LoggingAdapter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        notifyWarning(message: String): Unit
      
      
      - Attributes
- protected
- Definition Classes
- BusLogging → LoggingAdapter
 
- 
      
      
      
        
      
    
      
        
        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.Slf4jLoggeris configured. Visit Logback Docs: MDC for more information.- Definition Classes
- DiagnosticLoggingAdapter
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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 arg1is anArrayit will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- MarkerLoggingAdapter
- See also
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        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
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        warning(template: String, arg1: Any): Unit
      
      
      Message template with 1 replacement argument. Message template with 1 replacement argument. If arg1is anArrayit will be expanded into replacement arguments, which is useful when there are more than four arguments.- Definition Classes
- LoggingAdapter
- See also
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        warning(message: String): Unit
      
      
      Log message at warning level. Log message at warning level. - Definition Classes
- LoggingAdapter
- See also
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        →[B](y: B): (DiagnosticMarkerBusLoggingAdapter, B)
      
      
      - Implicit
- This member is added by an implicit conversion from DiagnosticMarkerBusLoggingAdapter to ArrowAssoc[DiagnosticMarkerBusLoggingAdapter] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc