|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.monitor.AbstractMonitor de.bea.domingo.monitor.AbstractDefaultMonitor de.bea.domingo.monitor.AbstractStreamMonitor de.bea.domingo.monitor.FileMonitor
public class FileMonitor
Console monitor, logs everything to System.out
.
Field Summary |
---|
Fields inherited from class de.bea.domingo.monitor.AbstractMonitor |
---|
LEVELS |
Fields inherited from interface de.bea.domingo.DNotesMonitor |
---|
DEBUG, DEFAULT_LEVEL, ERROR, FATAL, INFO, NONE, WARN |
Constructor Summary | |
---|---|
FileMonitor(java.io.File file)
Constructor. |
Method Summary |
---|
Methods inherited from class de.bea.domingo.monitor.AbstractStreamMonitor |
---|
monitor, monitor |
Methods inherited from class de.bea.domingo.monitor.AbstractDefaultMonitor |
---|
debug, debug, error, error, fatalError, fatalError, info, info, warn, warn |
Methods inherited from class de.bea.domingo.monitor.AbstractMonitor |
---|
isDebugEnabled, isErrorEnabled, isFatalErrorEnabled, isInfoEnabled, isNoMesssages, isWarnEnabled, setLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileMonitor(java.io.File file) throws java.io.FileNotFoundException
file
- the file to be used for monitoring
java.io.FileNotFoundException
- if the file exists but is a directory
rather than a regular file, does not exist but cannot
be created, or cannot be opened for any other reason
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |