Logger.LogLevel

public static class Logger.LogLevel extends Object

This class was deprecated.
See Logger interface for details.

Log level settings. The log level is provided to the Logger through the setLogLevel(int) method.

Constant Summary

int ERROR
int INFO
int VERBOSE
int WARNING

Public Constructor Summary

Inherited Method Summary

Constants

public static final int ERROR

Constant Value: 3

public static final int INFO

Constant Value: 1

public static final int VERBOSE

Constant Value: 0

public static final int WARNING

Constant Value: 2

Public Constructors

public Logger.LogLevel ()