|
Oracle Java ME Embedded | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Classes in com.oracle.util.logging used by com.oracle.util.logging | |
| Filter
A Filter can be used to provide fine grain control over what is logged, beyond the control provided by log levels. |
|
| 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. |
|
| LogRecord
LogRecord objects are used to pass logging requests between the logging framework and individual log Handlers. |
|
|
Oracle Java ME Embedded | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||