org.mortbay.util
Class FileLogSink

java.lang.Object
  |
  +--org.mortbay.util.WriterLogSink
        |
        +--org.mortbay.util.FileLogSink
All Implemented Interfaces:
LifeCycle, LogSink

Deprecated. Use WriterLogSink

public class FileLogSink
extends WriterLogSink

File Log Sink.

Version:
$Id: FileLogSink.java,v 1.1 2001/09/02 01:13:08 gregwilkins Exp $
Author:
Greg Wilkins (gregw)

Fields inherited from class org.mortbay.util.WriterLogSink
OPT_LABEL, OPT_ONELINE, OPT_STACKSIZE, OPT_STACKTRACE, OPT_TAG, OPT_TIMESTAMP
 
Constructor Summary
FileLogSink()
          Deprecated. Use WriterLogSink
FileLogSink(java.lang.String filename)
          Deprecated. Use WriterLogSink
 
Methods inherited from class org.mortbay.util.WriterLogSink
destroy, getFilename, getFlushOn, getLogDateFormat, getLogTimezone, getOptions, getRetainDays, getWriter, isAppend, isDestroyed, isLogLabels, isLogOneLine, isLogStackSize, isLogStackTrace, isLogTags, isLogTimeStamps, isStarted, log, log, setAppend, setFilename, setFlushOn, setLogDateFormat, setLogLabels, setLogOneLine, setLogStackSize, setLogStackTrace, setLogTags, setLogTimeStamps, setLogTimezone, setOptions, setOptions, setRetainDays, setWriter, start, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileLogSink

public FileLogSink()
            throws java.io.IOException
Deprecated. Use WriterLogSink

Constructor.

FileLogSink

public FileLogSink(java.lang.String filename)
            throws java.io.IOException
Deprecated. Use WriterLogSink

Constructor.


Copyright © 2000 Mortbay Consulting Pty. Ltd. All Rights Reserved.