Uses of Package
java.util.logging
Package
Description
Provides the API for accessing and processing data stored in a
data source (usually a relational database) using the
Java programming language.
Provides the classes and interfaces of
the Java 2 platform's core logging facilities.
Provides the API for server side data source access and processing from
the Java programming language.
The standard classes and interfaces that a third party vendor has to
use in its implementation of a synchronization provider.
-
ClassDescriptionA Logger object is used to log messages for a specific system or application component.
-
ClassDescriptionErrorManager objects can be attached to Handlers to process any error that occurs on a Handler during Logging.A Filter can be used to provide fine grain control over what is logged, beyond the control provided by log levels.A Formatter provides support for formatting LogRecords.A
Handler
object takes log messages from aLogger
and exports them.The Level class defines a set of standard logging levels that can be used to control logging output.A Logger object is used to log messages for a specific system or application component.Deprecated.There is a single global LogManager object that is used to maintain a set of shared state about Loggers and log services.LogRecord objects are used to pass logging requests between the logging framework and individual log Handlers.Stream based loggingHandler
. -
ClassDescriptionA Logger object is used to log messages for a specific system or application component.
-
LoggingMXBean
is no longer aplatform MXBean
and is replaced withPlatformLoggingMXBean
.