Java.Util.Logging.ILoggingMXBean Members

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

Public Properties

[read-only]
LoggerNamesIList<string>. Gets a list of all currently registered logger names.

Public Methods

GetLoggerLevel(string) : string
Gets the string value of the logging level of a logger.
GetParentLoggerName(string) : string
Gets the name of the parent logger of a logger.
SetLoggerLevel(string, string)
Sets the log level of a logger.