public class LoggerProvider
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LOGGER_NAME |
static boolean |
TRACING |
Modifier and Type | Method and Description |
---|---|
static Logger |
getLogger()
Returns the current logger used by this component to report
errors and exceptions.
|
static void |
setLogger(Logger newLogger)
Replace the logger by another one.
|
public static final java.lang.String LOGGER_NAME
public static final boolean TRACING