Java.Util.Logging.Logger.Log Method
Logs a message of the specified level.

Syntax

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

Parameters

logLevel
the level of the specified message.
msg
the message to log.

Remarks

Logs a message of the specified level. The message is 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