Android.Util.LogPriority Enumeration
Enumerates values returned by several methods of Android.Util.LogPriority and taken as a parameter of several types.

Syntax

public enum LogPriority

Remarks

Enumerates values returned by the following: and taken as a parameter of the following: .

Members

Member NameDescription
AssertPriority constant for the println method.
DebugPriority constant for the println method; use Log.d.
ErrorPriority constant for the println method; use Log.e.
InfoPriority constant for the println method; use Log.i.
VerbosePriority constant for the println method; use Log.v.
WarnPriority constant for the println method; use Log.w.

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0