| Package | Description |
|---|---|
| java.util.logging |
| Class and Description |
|---|
| 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.
|
| LogRecord
LogRecord objects are used to pass logging requests between
the logging framework and individual log Handlers.
|
Copyright © 2025 API Design. All Rights Reserved.