org.apache.pekko.event.slf4j
Members list
Type members
Classlikes
Logger is a factory for obtaining SLF4J-Loggers
Logger is a factory for obtaining SLF4J-Loggers
Attributes
- Source
- Slf4jLogger.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Logger.type
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 Objecttrait Matchableclass Any
- Known subtypes
-
class Slf4jLogger
Wraps org.slf4j.Marker
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 Objecttrait Matchableclass Any
- Self type
-
Slf4jLogMarker.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
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