| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LogSystem
Old base interface that old logging systems needed to implement.
| Field Summary | |
|---|---|
static int | 
DEBUG_ID
Deprecated. ID for debug messages.  | 
static boolean | 
DEBUG_ON
Deprecated. This is unused and meaningless  | 
static int | 
ERROR_ID
Deprecated. ID for error messages.  | 
static int | 
INFO_ID
Deprecated. ID for info messages.  | 
static int | 
WARN_ID
Deprecated. ID for warning messages.  | 
| Method Summary | |
|---|---|
 void | 
init(RuntimeServices rs)
Deprecated. Initializes this LogSystem.  | 
 void | 
logVelocityMessage(int level,
                   String message)
Deprecated. Use log(level, message).  | 
| Field Detail | 
|---|
static final boolean DEBUG_ON
static final int DEBUG_ID
static final int INFO_ID
static final int WARN_ID
static final int ERROR_ID
| Method Detail | 
|---|
void init(RuntimeServices rs)
          throws Exception
rs - 
Exception
void logVelocityMessage(int level,
                        String message)
level - message - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||