@Deprecated public class JDKLogManager extends LogManager
LOGGING_MXBEAN_NAME| Constructor and Description |
|---|
JDKLogManager()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doReset()
Deprecated.
Invokes the LogManager.reset() method.
|
void |
readConfiguration()
Deprecated.
Overriden to attempt to load the java.util.logging.config.file property value
as a classpath resource before treating this as a file as is done by the
standard jdk LogManager.
|
void |
reset()
Deprecated.
Ignore the reset operation because the default behavior by the jdk LogManager
is to close all handlers.
|
addLogger, addPropertyChangeListener, checkAccess, getLogger, getLoggerNames, getLoggingMXBean, getLogManager, getProperty, readConfiguration, removePropertyChangeListenerpublic void readConfiguration()
throws IOException,
SecurityException
readConfiguration in class LogManagerIOExceptionSecurityExceptionpublic void reset()
reset in class LogManagerto force a resetpublic void doReset()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.