package slf4j
Content Hierarchy
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
-    trait SLF4JLogging extends AnyRefBase trait for all classes that wants to be able use the SLF4J logging infrastructure. 
-   final  class Slf4jLogMarker extends LogMarkerWraps org.slf4j.Marker 
-    class Slf4jLogger extends Actor with SLF4JLogging with RequiresMessageQueue[LoggerMessageQueueSemantics]SLF4J logger. SLF4J logger. The thread in which the logging was performed is captured in Mapped Diagnostic Context (MDC) with attribute name "sourceThread". 
-    class Slf4jLoggingFilter extends LoggingFilterWithMarkerakka.event.LoggingFilter that uses the log level defined in the SLF4J backend configuration (e.g. akka.event.LoggingFilter that uses the log level defined in the SLF4J backend configuration (e.g. logback.xml) to filter log events before publishing the log events to the eventStream.
Value Members
-    object LoggerLogger is a factory for obtaining SLF4J-Loggers 
-    object Slf4jLogMarkerFactory for creating LogMarker that wraps org.slf4j.Marker