public class LogManager extends Object
Constructor and Description |
---|
LogManager() |
Modifier and Type | Method and Description |
---|---|
void |
addLogger(Logger logger) |
static LogManager |
getLogManager() |
static boolean |
isRegisteredWithApache()
Check to confirm the logger is registered with Apache library
|
void |
log(Level level,
String clazzName,
Object msg)
Logs a message to the configured logging systems
|
void |
log(Throwable e,
boolean terminated) |
void |
setLoggers(List<Logger> listeners) |
public static LogManager getLogManager()
public static boolean isRegisteredWithApache()
public void addLogger(Logger logger)
Copyright © 2018. All rights reserved.