|
|||||||||
| Home >> All >> java >> util >> [ logging overview ] | PREV NEXT | ||||||||
Uses of Package
java.util.logging
| 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. |
|
| LoggingPermission
|
|
| 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. |
|
|
|||||||||
| Home >> All >> java >> util >> [ logging overview ] | PREV NEXT | ||||||||