Java java.util.logging LogManager fields, constructors, methods, implement or subclass

Example usage for Java java.util.logging LogManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util.logging LogManager.

The text is from its open source code.

Method

booleanaddLogger(Logger logger)
Add a named logger.
ClassgetClass()
Returns the runtime class of this Object .
LoggergetLogger(String name)
Method to find a named logger.
EnumerationgetLoggerNames()
Get an enumeration of known logger names.
LoggingMXBeangetLoggingMXBean()
Returns LoggingMXBean for managing loggers.
LogManagergetLogManager()
Returns the global LogManager object.
StringgetProperty(String name)
Get the value of a logging property.
voidreadConfiguration(InputStream ins)
Reads and initializes the logging configuration from the given input stream.
voidreset()
Reset the logging configuration.