Java.Util.Logging.StreamHandler Class
A StreamHandler object writes log messages to an output stream, that is, objects of the class Java.IO.OutputStream.

See Also: StreamHandler Members

Syntax

[Android.Runtime.Register("java/util/logging/StreamHandler", DoNotGenerateAcw=true)]
public class StreamHandler : Handler

Remarks

A StreamHandler object writes log messages to an output stream, that is, objects of the class Java.IO.OutputStream.

A StreamHandler object reads the following properties from the log manager to initialize itself. A default value will be used if a property is not found or has an invalid value.

This class is not thread-safe.

[Android Documentation]

Requirements

Namespace: Java.Util.Logging
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1