Package tigase.util.log
Class LogFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- tigase.util.log.LogFormatter
-
public class LogFormatter extends Formatter
-
-
Constructor Summary
Constructors Constructor Description LogFormatter()LogFormatter(boolean colorful)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddError(Throwable thrown, String stack, String log_msg)static StringfillThrowable(Throwable throwable)Stringformat(LogRecord record)-
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
-
-
-
Field Detail
-
errors
public static final Map<Integer,LogWithStackTraceEntry> errors
-
timestamp
protected Date timestamp
-
-