Package tigase.util.log
Class LogFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- tigase.util.log.LogFormatter
-
public class LogFormatter extends Formatter
Describe class LogFormatter here.
Created: Thu Jan 5 22:58:02 2006- Version:
- $Rev$
- Author:
- Artur Hefczyc
-
-
Field Summary
Fields Modifier and Type Field Description protected Calendarcalprotected static intDATE_TIME_LENstatic Map<Integer,LogWithStackTraceEntry>errors
-
Constructor Summary
Constructors Constructor Description LogFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddError(Throwable thrown, String stack, String log_msg)Stringformat(LogRecord record)protected voidgetStackTrace(StringBuilder sb, Throwable th)-
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
-
-
-
Field Detail
-
errors
public static final Map<Integer,LogWithStackTraceEntry> errors
-
DATE_TIME_LEN
protected static int DATE_TIME_LEN
-
cal
protected Calendar cal
-
-