Java.Util.Logging.Logger.UseParentHandlers Property
Gets the flag which indicates whether to use the handlers of this logger's parent to publish incoming log records, potentially recursively up the namespace.

Syntax

[get: Android.Runtime.Register("getUseParentHandlers", "()Z", "GetGetUseParentHandlersHandler")]
[set: Android.Runtime.Register("setUseParentHandlers", "(Z)V", "GetSetUseParentHandlers_ZHandler")]
public virtual bool UseParentHandlers { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the flag which indicates whether to use the handlers of this logger's parent to publish incoming log records, potentially recursively up the namespace.

Set method documentation [Android Documentation]

Sets the flag which indicates whether to use the handlers of this logger's parent, potentially recursively up the namespace.

Requirements

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