This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
Class Summary |
ConsoleHandler |
This Handler publishes log records to System.err. |
ErrorManager |
ErrorManager objects can be attached to Handlers to process
any error that occur on a Handler during Logging. |
FileHandler |
Simple file logging Handler. |
Formatter |
A Formatter provides support for formatting LogRecords. |
Handler |
A Handler object takes log messages from a Logger and
exports them. |
Level |
The Level class defines a set of standard logging levels that
can be used to control logging output. |
Logger |
A Logger object is used to log messages for a specific
system or application component. |
LoggingPermission |
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 |
There is a single global LogManager object that is used to
maintain a set of shared state about Loggers and log services. |
LogRecord |
LogRecord objects are used to pass logging requests between
the logging framework and individual log Handlers. |
MemoryHandler |
Handler that buffers requests in a circular buffer in memory. |
SimpleFormatter |
Print a brief summary of the LogRecord in a human readable
format. |
SocketHandler |
Simple network logging Handler. |
StreamHandler |
Stream based logging Handler. |
XMLFormatter |
Format a LogRecord into a standard XML format. |
This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
This page displays the
Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
The official Sun™ documentation can be found here at
http://java.sun.com/javase/6/docs/api/.