The members of Java.Util.Logging.LogManager are listed below.
See Also: Inherited members from Java.Lang.Object
| Default constructor. | ||
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | LoggingMxbeanName | string. The String value of the Java.Util.Logging.ILoggingMXBean's ObjectName. |
| [read-only] | LoggerNames | Java.Util.IEnumeration. Get a Enumeration of all registered logger names. |
| [read-only] static | LoggingMXBean | ILoggingMXBean. Get the LoggingMXBean instance. this implementation always throws an UnsupportedOperationException. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. | ||