org.apache.velocity.runtime.log
public interface LogSystem
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
init(RuntimeServices rs)
Deprecated.
Initializes this LogSystem.
|
void |
logVelocityMessage(int level,
String message)
Deprecated.
Use log(level, message).
|
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
void init(RuntimeServices rs) throws Exception
rs
- Exception
void logVelocityMessage(int level, String message)
level
- message
- Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.