java.util.logging
Stay organized with collections
Save and categorize content based on your preferences.
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. |
StreamHandler |
Stream based logging Handler. |
XMLFormatter |
Format a LogRecord into a standard XML format. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],[]]