org.jivesoftware.util.log |
|
Java Source File Name | Type | Comment |
ContextMap.java | Class | The ContextMap contains non-hierarchical context information
relevent to a particular LogEvent. |
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. |
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. |
LogTarget.java | Interface | LogTarget is a class to encapsulate outputting LogEvent's. |
Priority.java | Class | Class representing and holding constants for priority. |