public class LoggerProvider
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LOGGER_NAME |
Modifier and Type | Method and Description |
---|---|
static Logger |
getLogger()
Returns the current logger used by this component to report
errors and exceptions.
|
static boolean |
isLoggingSupressed()
Returns true if currently nothing will be logged
|
static void |
setLogger(Logger newLogger)
Replace the logger by another one.
|
static void |
supressLogging()
Suppress all logging.
|
public static final java.lang.String LOGGER_NAME
public static Logger getLogger()
public static void setLogger(Logger newLogger)
public static void supressLogging()
public static boolean isLoggingSupressed()