Java.Util.Logging.Logger.AnonymousLogger Property
Gets an anonymous logger to use internally in a thread.

Syntax

[get: Android.Runtime.Register("getAnonymousLogger", "()Ljava/util/logging/Logger;", "GetGetAnonymousLoggerHandler")]
public static Logger AnonymousLogger { get; }

Value

Documentation for this section has not yet been entered.

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 the 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