|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
java.util.logging
See:
Description
| Interface Summary | |
|---|---|
| JMSLogMessage | Description of a JMS 'LOG' message |
| Class Summary | |
|---|---|
| Activator | Not really the plugin activator; just holds the plugin ID. |
| JMSLogHandler | Log handler that sends messages to JMS |
| JMSLogWriter | Thread that reads log messages from queue and writes them to JMS. |
| LogConfigurator | Configurator for java.util.logging based on Eclipse preferences |
| LogFormatter | Log output formatter based on SimpleFormatter
but one-line summary, maybe followed by exception stack |
| Messages | Localized texts |
| PluginLogListener | Listener to the Eclipse Log that forwards messages to java.util.logging |
| Preferences | Helper to read preferences |
| Enum Summary | |
|---|---|
| LogFormatDetail | Detail of messages generated by LogFormatter |
Helper for using java.util.logging
In principle, CSS code can simply use the Logger that is included
in the JRE without any additions.
This plugin provides:
LogConfigurator for configuring the logger based on Eclipse preferences.
LogFormatter for single-line logging, more compact than the default.
JMSLogHandler for logging to JMS
PluginLogListener for routing Eclipse log messages into the Logger
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||