Java.Util.Logging.Handler.Publish Method
Accepts a logging request and sends it to the the target.

Syntax

[Android.Runtime.Register("publish", "(Ljava/util/logging/LogRecord;)V", "GetPublish_Ljava_util_logging_LogRecord_Handler")]
public abstract void Publish (LogRecord record)

Parameters

record
the log record to be logged; null records are ignored.

Remarks

Accepts a logging request and sends it to the the target.

[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