org.mule.tools.visualizer.util
Class VelocityLogger

java.lang.Object
  extended by org.mule.tools.visualizer.util.VelocityLogger
All Implemented Interfaces:
org.apache.velocity.runtime.log.LogSystem

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


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(GraphEnvironment environment)
           
 
Method Summary
 GraphEnvironment getEnvironment()
           
 void init(org.apache.velocity.runtime.RuntimeServices arg0)
           
 void logVelocityMessage(int arg0, String arg1)
           
 void setEnvironment(GraphEnvironment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityLogger

public VelocityLogger(GraphEnvironment environment)
Method Detail

init

public void init(org.apache.velocity.runtime.RuntimeServices arg0)
          throws Exception
Specified by:
init in interface org.apache.velocity.runtime.log.LogSystem
Throws:
Exception

logVelocityMessage

public void logVelocityMessage(int arg0,
                               String arg1)
Specified by:
logVelocityMessage in interface org.apache.velocity.runtime.log.LogSystem

getEnvironment

public GraphEnvironment getEnvironment()

setEnvironment

public void setEnvironment(GraphEnvironment environment)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.