Java.Util.Logging.ILoggingMXBean.GetParentLoggerName Method
Gets the name of the parent logger of a logger.

Syntax

[Android.Runtime.Register("getParentLoggerName", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetParentLoggerName_Ljava_lang_String_Handler:Java.Util.Logging.ILoggingMXBeanInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string GetParentLoggerName (string loggerName)

Parameters

loggerName
the name of the logger to lookup.

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the name of the parent logger of a logger. If the logger doesn't exist then null is returned. If the logger is the root logger, then an empty String is returned.

[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