Logger.GetAnonymousLogger(String) Method

Definition

Create an anonymous Logger.

[Android.Runtime.Register("getAnonymousLogger", "(Ljava/lang/String;)Ljava/util/logging/Logger;", "")]
public static Java.Util.Logging.Logger GetAnonymousLogger (string? resourceBundleName);
[<Android.Runtime.Register("getAnonymousLogger", "(Ljava/lang/String;)Ljava/util/logging/Logger;", "")>]
static member GetAnonymousLogger : string -> Java.Util.Logging.Logger

Parameters

resourceBundleName
String

name of ResourceBundle to be used for localizing messages for this logger. May be null if none of the messages require localization.

Returns

Logger

a newly created private Logger

Attributes

Exceptions

if the specified resource bundle can not be loaded.

Remarks

Java documentation for java.util.logging.Logger.getAnonymousLogger(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to