org.apache.log.format
Class ExtendedPatternFormatter
- Formatter, Formatter
public class ExtendedPatternFormatter
Formatter especially designed for debugging applications.
This formatter extends the standard PatternFormatter to add
two new possible expansions. These expansions are %{method}
and %{thread}. In both cases the context map is first checked
for values with specified key. This is to facilitate passing
information about caller/thread when threads change (as in
AsyncLogTarget). They then attempt to determine appropriate
information dynamically.
CVS $Revision: 1.11 $ $Date: 2003/02/09 23:33:22 $
format , formatPatternRun , getCategory , getContext , getContextMap , getContextStack , getMessage , getPriority , getRTime , getStackTrace , getThread , getTime , getTypeIdFor , parse , setFormat |
ExtendedPatternFormatter
public ExtendedPatternFormatter(String format)
Creation of a new extended pattern formatter.
format
- the format string
ExtendedPatternFormatter
public ExtendedPatternFormatter(String format,
int callStackOffset)
Creation of a new extended pattern formatter.
format
- the format stringcallStackOffset
- the offset
getTypeIdFor
protected int getTypeIdFor(String type)
Retrieve the type-id for a particular string.
- getTypeIdFor in interface PatternFormatter