|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| LogListener | |
| Class Summary | |
|---|---|
| FileLogger | Prints selected log events to a file. |
| Log | A basic application log. |
| LogEvent | |
| LogFilter | A filter for LogEvent's. |
| LogMessageBuffer | Stores log messages emitted by the system log. |
| ServletLogger | Directs DFC log events to a servlet's logger. |
Framework for handling log messages. Use the Log class to issue log messages of various
categories (Alarm, Warning, Trace, etc). Use LogMessageBuffer to store a set number of these
log messages.
try
{
} catch (IOException ex)
{
Log.alarm ("Failed to do some IO", this, ex);
}
To send an info message
Log.info ("Starting something", this);
To save log messages use a LogMessageBuffer.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||