Level.Warning 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.
WARNING is a message level indicating a potential problem.
[Android.Runtime.Register("WARNING")]
public static Java.Util.Logging.Level? Warning { get; }
[<Android.Runtime.Register("WARNING")>]
static member Warning : Java.Util.Logging.Level
Property Value
- Attributes
Remarks
WARNING is a message level indicating a potential problem.
In general WARNING messages should describe events that will be of interest to end users or system managers, or which indicate potential problems. This level is initialized to 900
.
Java documentation for java.util.logging.Level.WARNING
.
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.