Packages

package slf4j

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait SLF4JLogging extends AnyRef

    Base trait for all classes that wants to be able use the SLF4J logging infrastructure.

  2. final class Slf4jLogMarker extends LogMarker

    Wraps org.slf4j.Marker

  3. 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".

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

  1. object Logger

    Logger is a factory for obtaining SLF4J-Loggers

  2. object Slf4jLogMarker

    Factory for creating LogMarker that wraps org.slf4j.Marker

Ungrouped