org.apache.velocity.runtime.log
public interface LogSystem
Modifier and Type | Field and Description |
---|---|
static int |
DEBUG_ID
Prefix for debug messages.
|
static boolean |
DEBUG_ON |
static int |
ERROR_ID
Prefix for error messages.
|
static int |
INFO_ID
Prefix for info messages.
|
static int |
WARN_ID
Prefix for warning messages.
|
Modifier and Type | Method and Description |
---|---|
void |
init(RuntimeServices rs)
init()
|
void |
logVelocityMessage(int level,
java.lang.String message)
Send a log message from Velocity.
|
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 java.lang.Exception
java.lang.Exception
void logVelocityMessage(int level, java.lang.String message)
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.