Package akka.event
Class DiagnosticMarkerBusLoggingAdapter
- java.lang.Object
-
- akka.event.BusLogging
-
- akka.event.MarkerLoggingAdapter
-
- akka.event.DiagnosticMarkerBusLoggingAdapter
-
- All Implemented Interfaces:
DiagnosticLoggingAdapter
,LoggingAdapter
public final class DiagnosticMarkerBusLoggingAdapter extends MarkerLoggingAdapter implements DiagnosticLoggingAdapter
-
-
Constructor Summary
Constructors Constructor Description DiagnosticMarkerBusLoggingAdapter(LoggingBus bus, java.lang.String logSource, java.lang.Class<?> logClass, LoggingFilter loggingFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoggingBus
bus()
java.lang.Class<?>
logClass()
java.lang.String
logSource()
-
Methods inherited from class akka.event.MarkerLoggingAdapter
debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, error, info, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarningEnabled, log, loggingFilterWithMarker, warning, warning, warning, warning, warning
-
Methods inherited from class akka.event.BusLogging
isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarningEnabled, notifyDebug, notifyError, notifyError, notifyInfo, notifyWarning, notifyWarning
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.event.DiagnosticLoggingAdapter
_mdc_$eq, clearMDC, getMDC, mdc, mdc, setMDC
-
Methods inherited from interface akka.event.LoggingAdapter
debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, error, format, format1, formatImpl, info, info, info, info, info, isDebugEnabled, isEnabled, isErrorEnabled, isInfoEnabled, isWarningEnabled, log, log, log, log, log, notifyDebug, notifyError, notifyError, notifyInfo, notifyLog, notifyWarning, notifyWarning, warning, warning, warning, warning, warning, warning, warning, warning, warning, warning
-
-
-
-
Constructor Detail
-
DiagnosticMarkerBusLoggingAdapter
public DiagnosticMarkerBusLoggingAdapter(LoggingBus bus, java.lang.String logSource, java.lang.Class<?> logClass, LoggingFilter loggingFilter)
-
-
Method Detail
-
bus
public LoggingBus bus()
- Overrides:
bus
in classMarkerLoggingAdapter
-
logClass
public java.lang.Class<?> logClass()
- Overrides:
logClass
in classMarkerLoggingAdapter
-
logSource
public java.lang.String logSource()
- Overrides:
logSource
in classMarkerLoggingAdapter
-
-