Java.Util.Logging Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
ConsoleHandler |
This |
ErrorManager |
ErrorManager objects can be attached to Handlers to process any error that occurs on a Handler during Logging. |
FileHandler |
Simple file logging |
Formatter |
A Formatter provides support for formatting LogRecords. |
Handler |
A |
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 |
Legacy security code; do not use. |
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 |
|
SimpleFormatter |
Print a brief summary of the |
SocketHandler |
Simple network logging |
StreamHandler |
Stream based logging |
XMLFormatter |
Format a LogRecord into a standard XML format. |
Interfaces
IFilter |
A Filter can be used to provide fine grain control over what is logged, beyond the control provided by log levels. |
ILoggingMXBean |
The management interface for the logging facility. |