Java.Util.Logging.Logger.Logrb Method
Logs a message of the given level with the specified source class name, source method name and Throwable object, using the given resource bundle to localize the message.

Syntax

[Android.Runtime.Register("logrb", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V", "GetLogrb_Ljava_util_logging_Level_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_Throwable_Handler")]
public virtual void Logrb (Level logLevel, string sourceClass, string sourceMethod, string bundleName, string msg, Java.Lang.Throwable thrown)

Parameters

logLevel
the level of the given message
sourceClass
the source class name
sourceMethod
the source method name
bundleName
the name of the resource bundle used to localize the message.
msg
the message to be logged.
thrown
the Throwable object.

Remarks

Logs a message of the given level with the specified source class name, source method name and Throwable object, using the given resource bundle to localize the message. If bundleName is null, the empty string or not valid then the message is not localized.

[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