LogPriority Enum

Definition

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

public enum LogPriority
type LogPriority = 
Inheritance
LogPriority

Fields

Assert 7

Priority constant for the println method.

Debug 3

Priority constant for the println method; use Log.d.

Error 6

Priority constant for the println method; use Log.e.

Info 4

Priority constant for the println method; use Log.i.

Verbose 2

Priority constant for the println method; use Log.v.

Warn 5

Priority constant for the println method; use Log.w.

Remarks

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