org.apache.pekko.event.slf4j

Members list

Type members

Classlikes

object Logger

Logger is a factory for obtaining SLF4J-Loggers

Logger is a factory for obtaining SLF4J-Loggers

Attributes

Source
Slf4jLogger.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Logger.type
trait SLF4JLogging

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

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

Attributes

Source
Slf4jLogger.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Slf4jLogger
final class Slf4jLogMarker(val marker: Marker) extends LogMarker

Attributes

Companion
object
Source
Slf4jLogger.scala
Supertypes
class LogMarker
class Object
trait Matchable
class Any

Factory for creating LogMarker that wraps org.slf4j.Marker

Factory for creating LogMarker that wraps org.slf4j.Marker

Attributes

Companion
class
Source
Slf4jLogger.scala
Supertypes
class Object
trait Matchable
class Any
Self type

SLF4J logger.

SLF4J logger.

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

Attributes

Source
Slf4jLogger.scala
Supertypes
trait SLF4JLogging
trait Actor
class Object
trait Matchable
class Any
Show all
class Slf4jLoggingFilter(settings: Settings, eventStream: EventStream) extends LoggingFilterWithMarker

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

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

Attributes

Source
Slf4jLogger.scala
Supertypes
class Object
trait Matchable
class Any