Example usage for Java java.util.logging LogManager fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | addLogger(Logger logger) Add a named logger. |
Class> | getClass() Returns the runtime class of this Object . |
Logger | getLogger(String name) Method to find a named logger. |
Enumeration | getLoggerNames() Get an enumeration of known logger names. |
LoggingMXBean | getLoggingMXBean() Returns LoggingMXBean for managing loggers. |
LogManager | getLogManager() Returns the global LogManager object. |
String | getProperty(String name) Get the value of a logging property. |
void | readConfiguration(InputStream ins) Reads and initializes the logging configuration from the given input stream. |
void | reset() Reset the logging configuration. |