QuickServer
v1.4.7

org.quickserver.util.logging
Class SimpleTextFormatter

java.lang.Object
  extended byjava.util.logging.Formatter
      extended byorg.quickserver.util.logging.SimpleTextFormatter

public class SimpleTextFormatter
extends java.util.logging.Formatter

Formats the LogRecord as "MM-dd-yyyy hh:mm:ss,SSS [LEVEL] - Class.method() - MESSAGE"

Since:
1.3.2

Constructor Summary
SimpleTextFormatter()
           
 
Method Summary
 java.lang.String format(java.util.logging.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

SimpleTextFormatter

public SimpleTextFormatter()
Method Detail

format

public java.lang.String format(java.util.logging.LogRecord record)

QuickServer
v1.4.7

Copyright © 2003-2006 QuickServer.org