org.apache.velocity.runtime.log
public interface LogSystem
Version: $Id: LogSystem.java,v 1.7.10.1 2004/03/03 23:22:56 geirm Exp $
| Field Summary | |
|---|---|
| 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. |
| Method Summary | |
|---|---|
| void | init(RuntimeServices rs)
init() |
| void | logVelocityMessage(int level, String message)
Send a log message from Velocity. |