Package org.csstudio.logging

Helper for using 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
 

Package org.csstudio.logging Description

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: