The members of Java.Util.Logging.Handler are listed below.
See Also: Inherited members from Java.Lang.Object
Handler() | Constructs a Handler object with a default error manager instance ErrorManager, the default encoding, and the default logging level Level.ALL. | |
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| Encoding | string. Gets the character encoding used by this handler, null for default encoding. | |
| ErrorManager | ErrorManager. Gets the error manager used by this handler to report errors during logging. | |
| Filter | IFilter. Gets the filter used by this handler. | |
| Formatter | Formatter. Gets the formatter used by this handler to format the logging messages. | |
| Level | Level. Gets the logging level of this handler, records with levels lower than this value will be dropped. |
| [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. |
ReportError(string, Java.Lang.Exception, int)Reports an error to the error manager associated with this handler, ErrorManager is used for that purpose. | ||