Uses of Class
java.util.logging.Formatter
Packages that use Formatter
Package
Description
Provides the classes and interfaces of
the Java 2 platform's core logging facilities.
-
Uses of Formatter in java.util.logging
Subclasses of Formatter in java.util.loggingModifier and TypeClassDescriptionclass
Print a brief summary of theLogRecord
in a human readable format.class
Format a LogRecord into a standard XML format.Methods in java.util.logging that return FormatterMethods in java.util.logging with parameters of type FormatterModifier and TypeMethodDescriptionvoid
Handler.setFormatter
(Formatter newFormatter) Set aFormatter
.Constructors in java.util.logging with parameters of type FormatterModifierConstructorDescriptionStreamHandler
(OutputStream out, Formatter formatter) Create aStreamHandler
with a givenFormatter
and output stream.