@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, removePropertyChangeListener
public void readConfiguration() throws IOException, SecurityException
readConfiguration
in class LogManager
IOException
SecurityException
public void reset()
reset
in class LogManager
to force a reset
public void doReset()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.