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

Syntax

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

Parameters

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

Remarks

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