net.sf.zekr.engine.log
Class LogSystemImpl

java.lang.Object
  extended by net.sf.zekr.engine.log.LogSystemImpl
All Implemented Interfaces:
org.apache.velocity.runtime.log.LogSystem

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

Author:
Mohsen Saboorian

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

Constructor Detail

LogSystemImpl

public LogSystemImpl()
Method Detail

init

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

logVelocityMessage

public void logVelocityMessage(int level,
                               java.lang.String message)
Specified by:
logVelocityMessage in interface org.apache.velocity.runtime.log.LogSystem