Java.Util.Logging.Logger.GetLogger Method
Gets a named logger.

Syntax

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

Parameters

name
the name of the logger to get, cannot be null.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Util.MissingResourceExceptionIf the specified resource bundle can not be loaded.

Remarks

Gets a named logger. The returned logger may already exist or may be newly created. In the latter case, its level will be set to the configured level according to the LogManager's properties.

[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