Logger.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the parent for this Logger. -or- Set the parent for this Logger.
public virtual Java.Util.Logging.Logger? Parent { [Android.Runtime.Register("getParent", "()Ljava/util/logging/Logger;", "GetGetParentHandler")] get; [Android.Runtime.Register("setParent", "(Ljava/util/logging/Logger;)V", "GetSetParent_Ljava_util_logging_Logger_Handler")] set; }
[<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")>]
member this.Parent : Java.Util.Logging.Logger with get, set
Property Value
nearest existing parent Logger
- Attributes
Remarks
Property getter documentation:
Java documentation for java.util.logging.Logger.getParent().
Property setter documentation:
Java documentation for java.util.logging.Logger.setParent(java.util.logging.Logger).
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.