Java.Util.Logging.SocketHandler Class
A handler that writes log messages to a socket connection.

See Also: SocketHandler Members

Syntax

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

Remarks

A handler that writes log messages to a socket connection.

This handler reads the following properties from the log manager to initialize itself:

This handler buffers the outgoing messages, but flushes each time a log record has been published.

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