org.apache.maven.jxr.log
Class VelocityLogger
java.lang.Object
org.apache.maven.jxr.log.VelocityLogger
- All Implemented Interfaces:
- org.apache.velocity.runtime.log.LogSystem
public class VelocityLogger
- extends Object
- implements org.apache.velocity.runtime.log.LogSystem
Logging interface for Velocity.
- Version:
- $Id: VelocityLogger.java 637378 2008-03-15 09:47:19Z bentmann $
- Author:
- Brett Porter
Fields inherited from interface org.apache.velocity.runtime.log.LogSystem |
DEBUG_ID, DEBUG_ON, ERROR_ID, INFO_ID, WARN_ID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VelocityLogger
public VelocityLogger()
init
public void init(org.apache.velocity.runtime.RuntimeServices runtimeServices)
- Specified by:
init
in interface org.apache.velocity.runtime.log.LogSystem
logVelocityMessage
public void logVelocityMessage(int level,
String msg)
- Specified by:
logVelocityMessage
in interface org.apache.velocity.runtime.log.LogSystem
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.