Example usage for Java java.util.logging StreamHandler fields, constructors, methods, implement or subclass
The text is from its open source code.
StreamHandler(OutputStream out, Formatter formatter) Create a StreamHandler with a given Formatter and output stream. |
void | close() Close the current output stream. |
void | flush() Flush any buffered messages. |
void | setLevel(Level newLevel) Set the log level specifying which message levels will be logged by this Handler . |