Java.Util.Logging.Logger.GetAnonymousLogger Method
Gets an anonymous logger to use internally in a thread.

Syntax

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

Parameters

resourceBundleName
the name of the resource bundle used to localize log messages.

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 an anonymous logger to use internally in a thread. Anonymous loggers are not registered in the log manager's namespace. No security checks will be performed when updating an anonymous logger's control settings.

The anonymous loggers' parent is set to be the root logger. This way it inherits default logging level and handlers from the root logger.

[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