Java.Util.Logging.StreamHandler Members

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

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

Public Constructors

Constructs a StreamHandler object.
Constructs a StreamHandler object with the supplied output stream and formatter.

Protected Constructors

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

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()
Closes this handler.
override
Flush()
Flushes any buffered output.
override
Publish(LogRecord)
Accepts a logging request.

Protected Methods

SetOutputStream(System.IO.Stream)
Sets the output stream this handler writes to.