All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static Logger |
getLogger(String strName) |
static Level |
getLogLevel(int nLevel) |
static void |
log(Level level,
Class<?> clCurrent,
String strMessage,
Throwable thr) |
static void |
logError(Class<?> clCurrent,
String strMessage,
Throwable thr) |
static void |
logFine(Class<?> clCurrent,
String strMessage,
Throwable thr) |
static void |
logFiner(Class<?> clCurrent,
String strMessage,
Throwable thr) |
static void |
logFinest(Class<?> clCurrent,
String strMessage,
Throwable thr) |
static void |
logInfo(Class<?> clCurrent,
String strMessage,
Throwable thr) |
static void |
logWarning(Class<?> clCurrent,
String strMessage,
Throwable thr) |