Name Type Description
Filter Interface By implementing the Filter interface, applications can control what is being logged based on arbitrary properties, not just the severity level.
ConsoleHandler Class A ConsoleHandler publishes log records to System.err.
ErrorManager Class An ErrorManager deals with errors that a Handler encounters while logging.
FileHandler Class A FileHandler publishes log records to a set of log files.
Formatter Class A Formatter supports handlers by localizing message texts and by subsituting parameter values for their placeholders.
LogRecord Class A LogRecord contains the state for an individual event to be logged.
MemoryHandler Class A MemoryHandler maintains a circular buffer of log records.
SimpleFormatter Class A SimpleFormatter formats log records into short human-readable messages, typically one or two lines.
SocketHandler Class A SocketHandler publishes log records to a TCP/IP socket.
StreamHandler Class A StreamHandler publishes LogRecords to a instances of java.io.OutputStream.
XMLFormatter Class An XMLFormatter formats LogRecords into a standard XML format.
LoggingPermission Class No description provided.
LogManager Class The LogManager maintains a hierarchical namespace of Logger objects and manages properties for configuring the logging framework.
Level Class A class for indicating logging levels.
Handler Class A Handler publishes LogRecords to a sink, for example a file, the console or a network socket.
Logger Class A Logger is used for logging information about events.