org.jivesoftware.util.log.format |
|
Java Source File Name | Type | Comment |
ExtendedPatternFormatter.java | Class | Formatter especially designed for debugging applications.
This formatter extends the standard PatternFormatter to add
two new possible expansions. |
Formatter.java | Interface | This defines the interface for components that wish to serialize
LogEvents into Strings. |
PatternFormatter.java | Class | This formater formats the LogEvents according to a input pattern
string. |