Avalon LogKit is the logging framework used throughout the Avalon project.
See: Description
| Interface Summary | |
|---|---|
| ErrorAware | Interface implemented by components that wish to delegate ErrorHandling to an ErrorHandler. |
| ErrorHandler | Handle unrecoverable errors that occur during logging. |
| LogTarget | LogTarget is a class to encapsulate outputting LogEvent's. |
| Class Summary | |
|---|---|
| ContextMap | The ContextMap contains non-hierarchical context information relevant to a particular LogEvent. |
| Hierarchy | This class encapsulates a basic independent log hierarchy. |
| Hierarchy.InnerErrorHandler | |
| Hierarchy.InnerLoggerListener | Inner class to redirect to hierarchys real LoggerListener if any. |
| LogEvent | This class encapsulates each individual log event. |
| Logger | The object interacted with by client objects to perform logging. |
| Priority | Class representing and holding constants for priority. |