The members of Java.Util.Logging.MemoryHandler are listed below.
See Also: Inherited members from Java.Util.Logging.Handler
| Default constructor, construct and init a MemoryHandler using LogManager properties or default values. | ||
| Construct and init a MemoryHandler using given target, size and push level, other properties using LogManager properties or default values. |
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| [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. |
override | Close()Close this handler and target handler, free all associated resources. | |
override | Flush()Call target handler to flush any buffered output. | |
override | Publish(LogRecord)Put a given LogRecord into internal buffer. | |
Push()Triggers a push action to output all buffered records to the target handler, and the target handler will publish them. | ||