Package org.objectweb.util.monolog.api
Class BasicLevel
- java.lang.Object
-
- org.objectweb.util.monolog.api.BasicLevel
-
public final class BasicLevel extends Object
This class wraps old Monolog's BasicLevel on JavaLog Level. It avoids the explicit use of implementation Level objects in Joram code.
-
-
Constructor Summary
Constructors Constructor Description BasicLevel()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LevelfromIntLevel(int level)static intgetIntLevel(String name)static intgetIntLevel(Level level)static voidinitialize(LoggingFactory f)static Levelparse(String name)static LevelparseBasicLevel(String name)
-
-
-
Method Detail
-
initialize
public static void initialize(LoggingFactory f)
-
getIntLevel
public static int getIntLevel(String name)
-
fromIntLevel
public static Level fromIntLevel(int level)
-
getIntLevel
public static int getIntLevel(Level level)
-
-