org.apache.maven.jxr.log
Class VelocityLogger

java.lang.Object
  extended by org.apache.maven.jxr.log.VelocityLogger
All Implemented Interfaces:
org.apache.velocity.runtime.log.LogSystem

public class VelocityLogger
extends java.lang.Object
implements org.apache.velocity.runtime.log.LogSystem

Logging interface for Velocity.

Version:
$Id: VelocityLogger.java 497825 2007-01-19 14:22:06Z vsiveton $
Author:
Brett Porter

Field Summary
 
Fields inherited from interface org.apache.velocity.runtime.log.LogSystem
DEBUG_ID, DEBUG_ON, ERROR_ID, INFO_ID, WARN_ID
 
Constructor Summary
VelocityLogger()
           
 
Method Summary
 void init(org.apache.velocity.runtime.RuntimeServices runtimeServices)
           
 void logVelocityMessage(int level, java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityLogger

public VelocityLogger()
Method Detail

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,
                               java.lang.String msg)
Specified by:
logVelocityMessage in interface org.apache.velocity.runtime.log.LogSystem


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.