Java.Util.Logging.Logger.Parent Property
Gets the nearest parent of this logger in the namespace, a null value will be returned if called on the root logger.

Syntax

[get: Android.Runtime.Register("getParent", "()Ljava/util/logging/Logger;", "GetGetParentHandler")]
[set: Android.Runtime.Register("setParent", "(Ljava/util/logging/Logger;)V", "GetSetParent_Ljava_util_logging_Logger_Handler")]
public virtual Logger Parent { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the nearest parent of this logger in the namespace, a null value will be returned if called on the root logger.

Set method documentation [Android Documentation]

Sets the parent of this logger in the namespace. This method should be used by the LogManager object only.

Requirements

Namespace: Java.Util.Logging
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1