Package org.apache.pekko.event.slf4j
Class Logger$
java.lang.Object
org.apache.pekko.event.slf4j.Logger$
Logger is a factory for obtaining SLF4J-Loggers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Logger$
public Logger$()
-
-
Method Details
-
apply
- Parameters:
logger- - which logger- Returns:
- a Logger that corresponds for the given logger name
-
apply
- Parameters:
logClass- - the class to log forlogSource- - the textual representation of the source of this log stream- Returns:
- a Logger for the specified parameters
-
root
public org.slf4j.Logger root()Returns the SLF4J Root Logger
-