Java.Util.Logging.LogManager Members

The members of Java.Util.Logging.LogManager are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

Default constructor.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
LoggingMxbeanNamestring. The String value of the Java.Util.Logging.ILoggingMXBean's ObjectName.

Public Properties

[read-only]
LoggerNamesJava.Util.IEnumeration. Get a Enumeration of all registered logger names.
[read-only]
static
LoggingMXBeanILoggingMXBean. Get the LoggingMXBean instance. this implementation always throws an UnsupportedOperationException.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.