Stay organized with collections
Save and categorize content based on your preferences.
java.util.logging
Interfaces
| Filter |
A Filter can be used to provide fine grain control over
what is logged, beyond the control provided by log levels.
|
| LoggingMXBean |
The management interface for the logging facility.
|
Classes
| ConsoleHandler |
This Handler publishes log records to System.err.
|
| ErrorManager |
ErrorManager objects can be attached to Handlers to process
any error that occurs 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 |
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 |
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.
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-06-09 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]