org.jwarp.service.log
Class LogFile

java.lang.Object
  |
  +--org.jwarp.service.log.ALogListener
        |
        +--org.jwarp.service.log.LogFile
All Implemented Interfaces:
ILogListener

public class LogFile
extends ALogListener

Log listener implementation writing to a log file

Version:
1.0
Author:
Martin Schaefer

Fields inherited from class org.jwarp.service.log.ALogListener
logLevel
 
Constructor Summary
LogFile(java.lang.String filePath)
          Creates a new log file listener
 
Method Summary
 void log(LogEvent event)
          Log an event
 
Methods inherited from class org.jwarp.service.log.ALogListener
geLogLevel, setLogLevel
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogFile

public LogFile(java.lang.String filePath)
        throws java.io.IOException
Creates a new log file listener
Parameters:
filePath - The file path
Method Detail

log

public void log(LogEvent event)
Log an event
Overrides:
log in class ALogListener
Parameters:
event - The event

©   O R C A   S y s t e m s