|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.mortbay.Base.LogSink
|
+--com.mortbay.Base.FileLogSink
File Log Sink. This implementation of Log Sink writes logs to a file. Currently it is a trivial implementation and represents a place holder for future implementations of file handling which is dated, rolling, etc.
| Fields inherited from class com.mortbay.Base.LogSink |
_dateFormat,
_logLabels,
_logOneLine,
_logStackSize,
_logStackTrace,
_logTags,
_logTimeStamps,
_out |
| Constructor Summary | |
FileLogSink()
|
|
FileLogSink(java.lang.String filename)
|
|
| Method Summary | |
void |
stop()
Stop a log sink. |
| Methods inherited from class com.mortbay.Base.LogSink |
log,
log,
setOptions,
setWriter |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public FileLogSink()
throws java.io.IOException
public FileLogSink(java.lang.String filename)
throws java.io.IOException
| Method Detail |
public void stop()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||