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: 630 $
Author:
Artur Hefczyc

Constructor Summary
LogFormatter()
          Creates a new LogFormatter instance.
 
Method Summary
 String format(LogRecord record)
           
 
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
 

Constructor Detail

LogFormatter

public LogFormatter()
Creates a new LogFormatter instance.

Method Detail

format

public String format(LogRecord record)
Specified by:
format in class Formatter


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.