Java.Util.Logging.MemoryHandler Members

The members of Java.Util.Logging.MemoryHandler are listed below.

See Also: Inherited members from Java.Util.Logging.Handler

Public Constructors

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.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

PushLevelLevel. Return the push level.

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.

Public Methods

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.