|
||||||||||
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
org.eclipse.m2m.atl.common.ConsoleStreamHandler
public class ConsoleStreamHandler
Flushes after every log and doesn't close output stream.
Constructor Summary | |
---|---|
ConsoleStreamHandler(java.io.OutputStream out)
Creates a ConsoleStreamHandler for out. |
Method Summary | |
---|---|
void |
close()
Don't close output stream. |
void |
publish(java.util.logging.LogRecord record)
|
Methods inherited from class java.util.logging.StreamHandler |
---|
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 ConsoleStreamHandler(java.io.OutputStream out)
out
- the consoleMethod Detail |
---|
public void publish(java.util.logging.LogRecord record)
publish
in class java.util.logging.StreamHandler
StreamHandler.publish(java.util.logging.LogRecord)
public void close()
close
in class java.util.logging.StreamHandler
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |