The properties of Java.Util.Logging.Level are listed below. For a list of all members, see the Level Members list.
See Also: Inherited members from Java.Lang.Object
| [read-only] static | All | Level. The ALL level provides all logging messages. |
| [read-only] static | Config | Level. The CONFIG level provides static configuration messages. |
| [read-only] static | Fine | Level. The FINE level provides tracing messages. |
| [read-only] static | Finer | Level. The FINER level provides more detailed tracing messages. |
| [read-only] static | Finest | Level. The FINEST level provides highly detailed tracing messages. |
| [read-only] static | Info | Level. The INFO level provides informative messages. |
| [read-only] | LocalizedName | string. Gets the localized name of this level. |
| [read-only] | Name | string. Gets the name of this level. |
| [read-only] static | Off | Level. The OFF level provides no logging messages. |
| [read-only] | ResourceBundleName | string. Gets the name of the resource bundle associated with this level. |
| [read-only] static | Severe | Level. The SEVERE level provides severe failure messages. |
| [read-only] static | Warning | Level. The WARNING level provides warnings. |
| [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. |