Level.Severe 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.
SEVERE is a message level indicating a serious failure.
[Android.Runtime.Register("SEVERE")]
public static Java.Util.Logging.Level? Severe { get; }
[<Android.Runtime.Register("SEVERE")>]
static member Severe : Java.Util.Logging.Level
Property Value
- Attributes
Remarks
SEVERE is a message level indicating a serious failure.
In general SEVERE messages should describe events that are of considerable importance and which will prevent normal program execution. They should be reasonably intelligible to end users and to system administrators. This level is initialized to 1000
.
Java documentation for java.util.logging.Level.SEVERE
.
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.