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
| [read-only] static | AnonymousLogger | Logger. Gets an anonymous logger to use internally in a thread. |
| Filter | IFilter. Gets the filter used by this logger. | |
| [read-only] static | Global | Logger. Returns the global Logger. |
| [read-only] static | GlobalLoggerName | string. The name of the global logger. |
| Level | Level. Gets the logging level of this logger. | |
| [read-only] | Name | string. Gets the name of this logger, null for anonymous loggers. |
| Parent | Logger. Gets the nearest parent of this logger in the namespace, a null value will be returned if called on the root logger. | |
| [read-only] | ResourceBundle | Java.Util.ResourceBundle. Gets the loaded resource bundle used by this logger to localize logging messages. |
| [read-only] | ResourceBundleName | string. Gets the name of the loaded resource bundle used by this logger to localize logging messages. |
| UseParentHandlers | bool. 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. |
| [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. |