|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use java.util.logging | |
|---|---|
| java.util.logging | Utility classes for logging events. |
| Classes in java.util.logging used by java.util.logging | |
|---|---|
| ErrorManager
An ErrorManager deals with errors that a Handler
encounters while logging. |
|
| Filter
By implementing the Filter interface, applications
can control what is being logged based on arbitrary properties,
not just the severity level. |
|
| Formatter
A Formatter supports handlers by localizing
message texts and by subsituting parameter values for their
placeholders. |
|
| Handler
A Handler publishes LogRecords to
a sink, for example a file, the console or a network socket. |
|
| Level
A class for indicating logging levels. |
|
| Logger
A Logger is used for logging information about events. |
|
| LoggingMXBean
This interface represents the management interface for logging. |
|
| LogManager
The LogManager maintains a hierarchical namespace
of Logger objects and manages properties for configuring the logging
framework. |
|
| LogRecord
A LogRecord contains the state for an individual
event to be logged. |
|
| StreamHandler
A StreamHandler publishes LogRecords to
a instances of java.io.OutputStream. |
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||