ILoggingMXBean.LoggerNames Property

Definition

Gets a list of all currently registered logger names.

public System.Collections.Generic.IList<string>? LoggerNames { [Android.Runtime.Register("getLoggerNames", "()Ljava/util/List;", "GetGetLoggerNamesHandler:Java.Util.Logging.ILoggingMXBeanInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; }
[<get: Android.Runtime.Register("getLoggerNames", "()Ljava/util/List;", "GetGetLoggerNamesHandler:Java.Util.Logging.ILoggingMXBeanInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.LoggerNames : System.Collections.Generic.IList<string>

Property Value

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