org.apache.velocity.runtime.log
public class NullLogSystem extends NullLogChute implements LogSystem
DEBUG_ID, DEBUG_ON, ERROR_ID, INFO_ID, WARN_ID
DEBUG_ID, DEBUG_PREFIX, ERROR_ID, ERROR_PREFIX, INFO_ID, INFO_PREFIX, TRACE_ID, TRACE_PREFIX, WARN_ID, WARN_PREFIX
Constructor and Description |
---|
NullLogSystem()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
logVelocityMessage(int level,
java.lang.String message)
Deprecated.
Use log(level, message).
|
init, isLevelEnabled, log, log
public void logVelocityMessage(int level, java.lang.String message)
logVelocityMessage
in interface LogSystem
level
- message
- Copyright © 2000-2014. All Rights Reserved.