cyvis.cli.util
Class CyvisConsoleFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by cyvis.cli.util.CyvisConsoleFormatter

public class CyvisConsoleFormatter
extends Formatter

A Custom Formatter for the loggers's console output


Constructor Summary
CyvisConsoleFormatter()
           
 
Method Summary
 String format(LogRecord rec)
           
 
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

CyvisConsoleFormatter

public CyvisConsoleFormatter()
Method Detail

format

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