ICommonDataSource.ParentLogger Property

Definition

Gets the parent logger for all loggers used by this data source.

public Java.Util.Logging.Logger? ParentLogger { [Android.Runtime.Register("getParentLogger", "()Ljava/util/logging/Logger;", "GetGetParentLoggerHandler:Javax.Sql.ICommonDataSourceInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getParentLogger", "()Ljava/util/logging/Logger;", "GetGetParentLoggerHandler:Javax.Sql.ICommonDataSourceInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
member this.ParentLogger : Java.Util.Logging.Logger

Property Value

The parent logger for this data source.

Attributes

Remarks

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