org.apache.log |
Avalon LogKit is the logging framework used throughout
the Avalon project. Excalibur, Cornerstone, and Phoenix
all assume the use of this project. See the LogKit
whitepaper for further details on how to use the toolkit.
|
Java Source File Name | Type | Comment |
ContextMap.java | Class | The ContextMap contains non-hierarchical context information
relevant to a particular LogEvent. |
ContextStack.java | Class | The ContextStack records the nested context of an application.
The context is an application defined characteristeric. |
ErrorAware.java | Interface | Interface implemented by components that wish to
delegate ErrorHandling to an ErrorHandler. |
ErrorHandler.java | Interface | Handle unrecoverable errors that occur during logging. |
FilterTarget.java | Interface | A Log target which will do filtering and then pass it
onto targets further along in chain. |
Formatter.java | Interface | This defines the interface for components that wish to serialize
LogEvents into Strings. |
Hierarchy.java | Class | This class encapsulates a basic independent log hierarchy. |
LogEvent.java | Class | This class encapsulates each individual log event. |
Logger.java | Class | The object interacted with by client objects to perform logging. |
LogKit.java | Class | |
LogTarget.java | Interface | LogTarget is a class to encapsulate outputting LogEvent's. |
Priority.java | Class | Class representing and holding constants for priority. |