m.c.m.proxyma.log
Class ProxymaFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by java.util.logging.SimpleFormatter
          extended by m.c.m.proxyma.log.ProxymaFormatter

public class ProxymaFormatter
extends java.util.logging.SimpleFormatter

This custom formatter introduce startup and shutdoen messages to the standard simple formatter.

NOTE: this software is released under GPL License. See the LICENSE of this distribution for more informations.

Version:
$Id: ProxymaFormatter.java 142 2010-06-21 21:42:16Z marcolinuz $
Author:
Marco Casavecchia Morganti (marcolinuz) [marcolinuz-at-gmail.com]

Constructor Summary
ProxymaFormatter()
          Initialize parent class.
 
Method Summary
 java.lang.String getHead(java.util.logging.Handler h)
           
 java.lang.String getTail(java.util.logging.Handler h)
           
 
Methods inherited from class java.util.logging.SimpleFormatter
format
 
Methods inherited from class java.util.logging.Formatter
formatMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxymaFormatter

public ProxymaFormatter()
Initialize parent class.

Method Detail

getHead

public java.lang.String getHead(java.util.logging.Handler h)
Overrides:
getHead in class java.util.logging.Formatter

getTail

public java.lang.String getTail(java.util.logging.Handler h)
Overrides:
getTail in class java.util.logging.Formatter


Copyright © 2010. All Rights Reserved.