Java.Util.Logging.LogManager: Method Members

The methods of Java.Util.Logging.LogManager are listed below. For a list of all members, see the LogManager Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

AddLogger(Logger) : bool
Add a given logger into the hierarchical namespace.
AddPropertyChangeListener(Java.Beans.IPropertyChangeListener)
Add a PropertyChangeListener, which will be invoked when the properties are reread.
CheckAccess()
Does nothing.
GetLogger(string) : Logger
Get the logger with the given name.
static
GetLogManager() : LogManager
Get the global LogManager instance.
GetProperty(string) : string
Get the value of property with given name.
ReadConfiguration()
Re-initialize the properties and configuration.
ReadConfiguration(System.IO.Stream)
Re-initialize the properties and configuration from the given InputStream
RemovePropertyChangeListener(Java.Beans.IPropertyChangeListener)
Remove a PropertyChangeListener, do nothing if the given listener is not found.
Reset()
Reset configuration.