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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

ConsoleHandler()
Create a ConsoleHandler for System.err .

Method

voidsetEncoding(String encoding)
Set (or change) the character encoding used by 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 .