QuickServer
v1.4.1

org.quickserver.util.logging
Class SimpleConsoleFormatter

java.lang.Object
  |
  +--java.util.logging.Formatter
        |
        +--org.quickserver.util.logging.SimpleConsoleFormatter

public class SimpleConsoleFormatter
extends java.util.logging.Formatter

Formats the LogRecord as "[LEVEL] - Class.method() - MESSAGE"

Since:
1.3.2

Constructor Summary
SimpleConsoleFormatter()
           
 
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

SimpleConsoleFormatter

public SimpleConsoleFormatter()
Method Detail

format

public java.lang.String format(java.util.logging.LogRecord record)
Specified by:
format in class java.util.logging.Formatter

QuickServer
v1.4.1

Copyright © 2003-2004 QuickServer.org