|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.logging.Handler
java.util.logging.StreamHandler
ch.javasoft.util.logging.AutoFlushStreamHandler
ch.javasoft.util.logging.AbstractStandardHandler
ch.javasoft.util.logging.StandardOutHandler
public class StandardOutHandler
Standard out handler, somewhat like ConsoleHandler, but for
output stream.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ch.javasoft.util.logging.AbstractStandardHandler |
|---|
AbstractStandardHandler.StandardStream |
| Constructor Summary | |
|---|---|
StandardOutHandler()
Constructor, using the System.out stream |
|
| Method Summary |
|---|
| Methods inherited from class ch.javasoft.util.logging.AutoFlushStreamHandler |
|---|
publish |
| Methods inherited from class java.util.logging.StreamHandler |
|---|
close, flush, isLoggable, setEncoding, setOutputStream |
| Methods inherited from class java.util.logging.Handler |
|---|
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, reportError, setErrorManager, setFilter, setFormatter, setLevel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandardOutHandler()
System.out stream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||