log4j |
|
Java Source File Name | Type | Comment |
CastorAppender.java | Class | The CastorAppender provides sending log events to a database.
Each append call adds the LoggingEvent to an ArrayList
buffer. |
LogEntry.java | Class | A LogEntry holds all information of a LoggingEvent which has
to be saved to the database. |
LogExceptionEntry.java | Class | A LogExceptionEntry holds the information belongs to a related exception
of a LoggingEvent . |
LogReferenceExtension.java | Class | A LogReferenceExtension for saving a reference to another object. |
TestCastorAppender.java | Class | Test for CastorAppender to showcase its usage. |