API Overview API Index Direct link to this page
JDK 1.6
  Package: java.util.logging
Author(s)
Since
1.4
Version
Serial
Description
  Provides the classes and interfaces of the JavaTM 2 platform's core logging facilities.
See also:   
ConsoleHandler View Source This Handler publishes log records to System.err.
ErrorManager View Source ErrorManager objects can be attached to Handlers to process any error that occur on a Handler during Logging.
FileHandler View Source Simple file logging Handler.
Filter View Source A Filter can be used to provide fine grain control over what is logged, beyond the control provided by log levels.
Formatter View Source A Formatter provides support for formatting LogRecords.
Handler View Source A Handler object takes log messages from a Logger and exports them.
Level View Source The Level class defines a set of standard logging levels that can be used to control logging output.
Logger View Source A Logger object is used to log messages for a specific system or application component.
LoggingMXBean View Source The management interface for the logging facility.
LoggingPermission View Source The permission which the SecurityManager will check when code that is running with a SecurityManager calls one of the logging control methods (such as Logger.setLevel).
LogManager View Source There is a single global LogManager object that is used to maintain a set of shared state about Loggers and log services.
LogRecord View Source LogRecord objects are used to pass logging requests between the logging framework and individual log Handlers.
MemoryHandler View Source Handler that buffers requests in a circular buffer in memory.
SimpleFormatter View Source Print a brief summary of the LogRecord in a human readable format.
SocketHandler View Source Simple network logging Handler.
StreamHandler View Source Stream based logging Handler.
XMLFormatter View Source Format a LogRecord into a standard XML format.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar