Level.Info 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.
INFO is a message level for informational messages.
[Android.Runtime.Register("INFO")]
public static Java.Util.Logging.Level? Info { get; }
[<Android.Runtime.Register("INFO")>]
static member Info : Java.Util.Logging.Level
Property Value
- Attributes
Remarks
INFO is a message level for informational messages.
Typically INFO messages will be written to the console or its equivalent. So the INFO level should only be used for reasonably significant messages that will make sense to end users and system administrators. This level is initialized to 800
.
Java documentation for java.util.logging.Level.INFO
.
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.