cyvis.cli.util
Class CyvisLogFormatter

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

public class CyvisLogFormatter
extends Formatter

A Custom Formatter for the loggers's file output


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

CyvisLogFormatter

public CyvisLogFormatter()
Method Detail

format

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