Java java.util.logging StreamHandler fields, constructors, methods, implement or subclass

Example usage for Java java.util.logging StreamHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util.logging StreamHandler.

The text is from its open source code.

Subclass

java.util.logging.StreamHandler has subclasses.
Click this link to see all its subclasses.

Constructor

StreamHandler(OutputStream out, Formatter formatter)
Create a StreamHandler with a given Formatter and output stream.

Method

voidclose()
Close the current output stream.
voidflush()
Flush any buffered messages.
voidsetLevel(Level newLevel)
Set the log level specifying which message levels will be logged by this Handler .