Java.Util.Logging.Logger.Log Method
Logs a message of the specified level with the supplied Throwable object.

Syntax

[Android.Runtime.Register("log", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V", "GetLog_Ljava_util_logging_Level_Ljava_lang_String_Ljava_lang_Throwable_Handler")]
public virtual void Log (Level logLevel, string msg, Java.Lang.Throwable thrown)

Parameters

logLevel
the level of the given message.
msg
the message to log.
thrown
the Throwable object associated with the event that is logged.

Remarks

Logs a message of the specified level with the supplied Throwable object. The message is then transmitted to all subscribed handlers.

[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