Package akka.event.jul
Class Logger$
- java.lang.Object
-
- akka.event.jul.Logger$
-
public class Logger$ extends java.lang.Object
param: logger - which logger
-
-
Constructor Summary
Constructors Constructor Description Logger$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.logging.Logger
apply(java.lang.Class<?> logClass, java.lang.String logSource)
java.util.logging.Logger
apply(java.lang.String logger)
java.util.logging.Level
mapLevel(Logging.LogLevel level)
java.util.logging.Logger
root()
Returns the JUL Root Logger
-
-
-
Field Detail
-
MODULE$
public static final Logger$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public java.util.logging.Logger apply(java.lang.String logger)
-
apply
public java.util.logging.Logger apply(java.lang.Class<?> logClass, java.lang.String logSource)
- 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 java.util.logging.Logger root()
Returns the JUL Root Logger- Returns:
- (undocumented)
-
mapLevel
public java.util.logging.Level mapLevel(Logging.LogLevel level)
-
-