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
AddLogger(Logger)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)Get the logger with the given name. | ||
static | GetLogManager()Get the global LogManager instance. | |
GetProperty(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. | ||