Java.Util.Logging.Formatter.Format Method
Converts a Java.Util.Logging.LogRecord object into a string representation.

Syntax

[Android.Runtime.Register("format", "(Ljava/util/logging/LogRecord;)Ljava/lang/String;", "GetFormat_Ljava_util_logging_LogRecord_Handler")]
public abstract string Format (LogRecord r)

Parameters

r
the log record to be formatted into a string.

Returns

Documentation for this section has not yet been entered.

Remarks

Converts a Java.Util.Logging.LogRecord object into a string representation. The resulted string is usually localized and includes the message field of the record.

[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