Java.Util.Logging.Logger.GetLogger Method
Gets a named logger associated with the supplied resource bundle.

Syntax

[Android.Runtime.Register("getLogger", "(Ljava/lang/String;Ljava/lang/String;)Ljava/util/logging/Logger;", "")]
public static Logger GetLogger (string name, string resourceBundleName)

Parameters

name
the name of the logger to get, cannot be null.
resourceBundleName
the name of the resource bundle, may be null.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the logger identified by name is associated with a resource bundle and its name is not equal to resourceBundleName.
Java.Util.MissingResourceExceptionif the name of the resource bundle cannot be found.

Remarks

Gets a named logger associated with the supplied resource bundle. The resource bundle will be used to localize logging messages.

[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