akka.event

slf4j

package slf4j

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. trait SLF4JLogging extends AnyRef

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

  2. class Slf4jLogger extends Actor with SLF4JLogging

    SLF4J logger.

    SLF4J logger.

    The thread in which the logging was performed is captured in Mapped Diagnostic Context (MDC) with attribute name "sourceThread".

Value Members

  1. object Logger

    Logger is a factory for obtaining SLF4J-Loggers

Ungrouped