Java.Util.Logging.Logger: Property Members

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

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
static
AnonymousLoggerLogger. Gets an anonymous logger to use internally in a thread.
FilterIFilter. Gets the filter used by this logger.
[read-only]
static
GlobalLogger. Returns the global Logger.
[read-only]
static
GlobalLoggerNamestring. The name of the global logger.
LevelLevel. Gets the logging level of this logger.
[read-only]
Namestring. Gets the name of this logger, null for anonymous loggers.
ParentLogger. Gets the nearest parent of this logger in the namespace, a null value will be returned if called on the root logger.
[read-only]
ResourceBundleJava.Util.ResourceBundle. Gets the loaded resource bundle used by this logger to localize logging messages.
[read-only]
ResourceBundleNamestring. Gets the name of the loaded resource bundle used by this logger to localize logging messages.
UseParentHandlersbool. Gets the flag which indicates whether to use the handlers of this logger's parent to publish incoming log records, potentially recursively up the namespace.

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.