Overview

The Unisys Eclipse logging plug-in lets you use the Apache Log4J package (http://logging.apache.org/) in your own Eclipse plug-ins. Using it involves instantiating a Logger object in your plug-in and embedding logging method calls in desired locations throughout your code.

Log4J/Unisys Eclipse Logging Capabilities

The log messages can be written to the following modules

Use the configuration file to control the activation of these various log modules.  To configure the severity level for log messages refer to Setting the Log Level.

 There are five levels ranging from DEBUG to FATAL.

If you are writing a feature consisting of several plug-ins, you can