org.jdiagnose.remote.file
Class DailyRollingFileEmitter
java.lang.Object
org.jdiagnose.remote.file.DailyRollingFileEmitter
- All Implemented Interfaces:
- Emitter
- public class DailyRollingFileEmitter
- extends java.lang.Object
- implements Emitter
- Author:
- jamie
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DailyRollingFileEmitter
public DailyRollingFileEmitter()
DailyRollingFileEmitter
public DailyRollingFileEmitter(java.io.File file)
DailyRollingFileEmitter
public DailyRollingFileEmitter(java.lang.String pattern,
java.io.File file)
setFile
public void setFile(java.io.File file)
init
public void init()
throws java.io.IOException
- Throws:
java.io.IOException
destroy
public void destroy()
throws java.io.IOException
- Throws:
java.io.IOException
emit
public void emit(java.lang.StringBuffer value)
- Specified by:
emit
in interface Emitter
setExceptionListener
public void setExceptionListener(ExceptionListener exceptionListener)
setPattern
public void setPattern(java.lang.String pattern)
Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.