Implementation of a simple log4j system that will either latch onto
an existing category, or just do a simple rolling file log.
Use this one rather than
SimpleLog4JLogSystem ; it uses the
modern Logger concept of Log4J, rather than the
deprecated Categeory concept.
author: Daniel L. Rall author: logVelocityMessage(int level, String message)
Method Detail
logVelocityMessage
public void logVelocityMessage(int level, String message)(Code)
Parameters: level - Parameters: message -
Fields inherited from org.apache.velocity.runtime.log.Log4JLogChute