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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Handler()
Default constructor.

Method

voidclose()
Close the Handler and free all associated resources.
voidflush()
Flush any buffered output.
ClassgetClass()
Returns the runtime class of this Object .
ErrorManagergetErrorManager()
Retrieves the ErrorManager for this Handler.
FiltergetFilter()
Get the current Filter for this Handler .
FormattergetFormatter()
Return the Formatter for this Handler .
LevelgetLevel()
Get the log level specifying which messages will be logged by this Handler .
voidsetEncoding(String encoding)
Set the character encoding used by this Handler .
voidsetErrorManager(ErrorManager em)
Define an ErrorManager for this Handler.
voidsetFilter(Filter newFilter)
Set a Filter to control output on this Handler .
voidsetFormatter(Formatter newFormatter)
Set a Formatter .
voidsetLevel(Level newLevel)
Set the log level specifying which message levels will be logged by this Handler .