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

Syntax

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

Parameters

logLevel
the level of the given message.
msg
the message to log.
param
the parameter associated with the event that is logged.

Remarks

Logs a message of the specified level with the supplied parameter. 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