atg.service.log
Class AtgLogFormatter

Package class diagram package AtgLogFormatter
java.lang.Object
  extended by java.util.logging.Formatter
      extended by java.util.logging.SimpleFormatter
          extended by atg.service.log.AtgLogFormatter

public class AtgLogFormatter
extends java.util.logging.SimpleFormatter

Titre : Formateur de log
Description : Formatte la sortie des logs

Copyright : FERRARI Olivier


Field Summary
protected  java.lang.Object[] args
          Formatteur
protected static java.lang.String className
          Nom de la classe
protected  java.util.Date date
          Formatage de la date
protected static java.lang.String format
          Formatage de la date
protected  java.text.MessageFormat formatter
          Formatteur
protected  java.lang.String lineSeparator
          Saut de ligne
 
Constructor Summary
AtgLogFormatter()
          Constructeur
 
Method Summary
 java.lang.String format(java.util.logging.LogRecord logrecord)
          Retourne le message formaté
static java.lang.String getCallerMethod()
          Retourne la méthode appelante
 
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
 

Field Detail

className

protected static java.lang.String className
Nom de la classe


date

protected java.util.Date date
Formatage de la date


format

protected static final java.lang.String format
Formatage de la date

See Also:
Constant Field Values

formatter

protected java.text.MessageFormat formatter
Formatteur


args

protected java.lang.Object[] args
Formatteur


lineSeparator

protected java.lang.String lineSeparator
Saut de ligne

Constructor Detail

AtgLogFormatter

public AtgLogFormatter()
Constructeur

Method Detail

format

public java.lang.String format(java.util.logging.LogRecord logrecord)
Retourne le message formaté

Overrides:
format in class java.util.logging.SimpleFormatter
Parameters:
logrecord - Message
Returns:
String log formaté

getCallerMethod

public static java.lang.String getCallerMethod()
Retourne la méthode appelante

Returns:
String Methode et numéro de la ligne