org.apache.velocity.runtime.log
Interface LogSystem
- AvalonLogSystem, Log4JLogSystem, NullLogSystem, PrimordialLogSystem, SimpleLog4JLogSystem
public interface LogSystem
Base interface that Logging systems need to implement.
$Id: LogSystem.java,v 1.7.10.1 2004/03/03 23:22:56 geirm Exp $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.
|
DEBUG_ID
public static final int DEBUG_ID
Prefix for debug messages.
DEBUG_ON
public static final boolean DEBUG_ON
ERROR_ID
public static final int ERROR_ID
Prefix for error messages.
INFO_ID
public static final int INFO_ID
Prefix for info messages.
WARN_ID
public static final int WARN_ID
Prefix for warning messages.
logVelocityMessage
public void logVelocityMessage(int level,
String message)
Send a log message from Velocity.
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.