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
-
Constructor Summary
Constructors -
Method Summary
-
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 static org.slf4j.Logger root()Returns the SLF4J Root Logger
-