public final class BasicLevel extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BADLEVEL |
static Level |
DEBUG |
static Level |
ERROR |
private static LoggingFactory |
factory |
static Level |
FATAL |
static Level |
INFO |
static Level |
WARN |
Constructor and Description |
---|
BasicLevel() |
Modifier and Type | Method and Description |
---|---|
static Level |
fromIntLevel(int level) |
static int |
getIntLevel(Level level) |
static int |
getIntLevel(String name) |
static void |
initialize(LoggingFactory f) |
static Level |
parse(String name) |
static Level |
parseBasicLevel(String name) |
public static int BADLEVEL
public static Level FATAL
public static Level ERROR
public static Level WARN
public static Level INFO
public static Level DEBUG
private static LoggingFactory factory
public static void initialize(LoggingFactory f)
public static int getIntLevel(String name)
public static Level fromIntLevel(int level)
public static int getIntLevel(Level level)
Copyright © 2023 ScalAgent D.T.. All rights reserved.