|
||||||||||
| 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
java.util.logging.ConsoleHandler
fr.tireme.schemadoc.xs2dtd.utils.ConsoleOutHandler
public class ConsoleOutHandler
This Handler publishes log records to System.out. It is the only difference with the standard ConsoleHandler.
| Constructor Summary | |
|---|---|
ConsoleOutHandler()
Default constructor Creates a ConsoleHandler and change its output to System.out |
|
| Method Summary |
|---|
| Methods inherited from class java.util.logging.ConsoleHandler |
|---|
close, publish |
| Methods inherited from class java.util.logging.StreamHandler |
|---|
flush, isLoggable, setEncoding |
| Methods inherited from class java.util.logging.Handler |
|---|
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, setErrorManager, setFilter, setFormatter, setLevel |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsoleOutHandler()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||