|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base interface that logging systems need to implement. This is the blessed descendant of the old LogSystem interface.
Field Summary | |
static int |
DEBUG_ID
ID for debug messages. |
static String |
DEBUG_PREFIX
Prefix string for debug messages. |
static int |
ERROR_ID
ID for error messages. |
static String |
ERROR_PREFIX
Prefix string for error messages. |
static int |
INFO_ID
ID for info messages. |
static String |
INFO_PREFIX
Prefix string for info messages. |
static int |
TRACE_ID
ID for trace messages. |
static String |
TRACE_PREFIX
Prefix string for trace messages. |
static int |
WARN_ID
ID for warning messages. |
static String |
WARN_PREFIX
Prefix string for warn messages. |
Method Summary | |
void |
init(RuntimeServices rs)
Initializes this LogChute. |
boolean |
isLevelEnabled(int level)
Tell whether or not a log level is enabled. |
void |
log(int level,
String message)
Send a log message from Velocity. |
void |
log(int level,
String message,
Throwable t)
Send a log message from Velocity along with an exception or error |
Field Detail |
public static final String TRACE_PREFIX
public static final String DEBUG_PREFIX
public static final String INFO_PREFIX
public static final String WARN_PREFIX
public static final String ERROR_PREFIX
public static final int TRACE_ID
public static final int DEBUG_ID
public static final int INFO_ID
public static final int WARN_ID
public static final int ERROR_ID
Method Detail |
public void init(RuntimeServices rs) throws Exception
rs
-
Exception
public void log(int level, String message)
level
- message
- public void log(int level, String message, Throwable t)
level
- message
- t
- public boolean isLevelEnabled(int level)
level
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |