Level.Config Property

Definition

CONFIG is a message level for static configuration messages.

[Android.Runtime.Register("CONFIG")]
public static Java.Util.Logging.Level? Config { get; }
[<Android.Runtime.Register("CONFIG")>]
static member Config : Java.Util.Logging.Level

Property Value

Attributes

Remarks

CONFIG is a message level for static configuration messages.

CONFIG messages are intended to provide a variety of static configuration information, to assist in debugging problems that may be associated with particular configurations. For example, CONFIG message might include the CPU type, the graphics depth, the GUI look-and-feel, etc. This level is initialized to 700.

Java documentation for java.util.logging.Level.CONFIG.

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