tigase.util
Class LogFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by tigase.util.LogFormatter

public class LogFormatter
extends Formatter

Describe class LogFormatter here. Created: Thu Jan 5 22:58:02 2006

Version:
$Rev: 2996 $
Author:
Artur Hefczyc

Field Summary
static Map<Integer,LogWithStackTraceEntry> errors
          Field description
 
Constructor Summary
LogFormatter()
          Creates a new LogFormatter instance.
 
Method Summary
 String format(LogRecord record)
          Method description
 
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errors

public static final Map<Integer,LogWithStackTraceEntry> errors
Field description

Constructor Detail

LogFormatter

public LogFormatter()
Creates a new LogFormatter instance.

Method Detail

format

public String format(LogRecord record)
Method description

Specified by:
format in class Formatter
Parameters:
record -
Returns:


Copyright © 2012 Tigase. All Rights Reserved.