package slf4j
          
          
            
          
          
        
        
            Ordering
            
          
          - Alphabetic
 
              Visibility
              
        - Public
 - All
 
Type Members
- 
      
      
      
        
      
    
      
        
        trait
      
      
        SLF4JLogging extends AnyRef
      
      
      
Base trait for all classes that wants to be able use the SLF4J logging infrastructure.
 - 
      
      
      
        
      
    
      
        final 
        class
      
      
        Slf4jLogMarker extends LogMarker
      
      
      
Wraps 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 LoggingFilterWithMarker
      
      
      
akka.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
      
      
        Logger
      
      
      
Logger is a factory for obtaining SLF4J-Loggers
 - 
      
      
      
        
      
    
      
        
        object
      
      
        Slf4jLogMarker
      
      
      
Factory for creating LogMarker that wraps org.slf4j.Marker