Uses of Class
java.util.logging.Formatter
Package
Description
Provides the classes and interfaces of
the Java 2 platform's core logging facilities.
-
Uses of Formatter in java.util.logging
Modifier and TypeClassDescriptionclass
Print a brief summary of theLogRecord
in a human readable format.class
Format a LogRecord into a standard XML format.Modifier and TypeMethodDescriptionvoid
Handler.setFormatter(Formatter newFormatter)
Set aFormatter
.ModifierConstructorDescriptionStreamHandler(OutputStream out, Formatter formatter)
Create aStreamHandler
with a givenFormatter
and output stream.