FileDocCategorySizeDatePackage
ILogLevels.javaAPI DocAndroid 1.5 API2189Wed May 06 22:41:16 BST 2009com.vladium.logging

ILogLevels

public interface ILogLevels
An enumeration of log level values used in conjunction with the API in {@link Logger}
see
Logger
author
Vlad Roubtsov, (C) 2001

Fields Summary
int
SEVERE
log level excluding all but severe errors
int
WARNING
log level for quieter than normal operation
int
INFO
default log level
int
VERBOSE
log level for chattier than normal operation
int
TRACE1
debug trace log level
int
TRACE2
finer debug trace log level
int
TRACE3
finest debug trace log level
int
NONE
setting log level to NONE disables all logging
int
ALL
setting log level to ALL enables all log levels
String
SEVERE_STRING
String
SILENT_STRING
String
WARNING_STRING
String
QUIET_STRING
String
INFO_STRING
String
VERBOSE_STRING
String
TRACE1_STRING
String
TRACE2_STRING
String
TRACE3_STRING
String
NONE_STRING
String
ALL_STRING
Constructors Summary
Methods Summary