org.openharmonise.rm.logging |
Provides classes and interfaces to handle the logging of events within the Harmonise framework.
|
Java Source File Name | Type | Comment |
AbstractEventLogger.java | Class | This class provides the base functionality, and specifies the interface,
for storing logging events in a repository. |
DBEventLogger.java | Class | The EventLogger implementation which handles logging Harmonise
event data to a database. |
EventLogController.java | Class | Controls the logging of events within the Harmonise framework. |
EventLogger.java | Interface | This interface specifies a method to be implemented by classes which can
store event data in some repository. |
HarmoniseFormatter.java | Class | Extension of XMLFormatter so that the message tag doesn't escape the
contents of the message string (which are passed in as xml tags). |
LogEvent.java | Class | |
LogException.java | Class | An exception thrown during the processing of a log event. |
LogLevel.java | Class | This class extends the java.util.logging.level to provide a
custom level for Harmonise events. |
XMLEventLogger.java | Class | Logs events to an XML file. |