|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.logging.Formatter
fr.inria.peerunit.util.LogFormat
public class LogFormat
This objects of this class format the logging messages in conformity with the values of properties file.
PeerUnitLogger| Constructor Summary | |
|---|---|
LogFormat()
|
|
| Method Summary | |
|---|---|
java.lang.String |
format(java.util.logging.LogRecord rec)
This method is overridden to apply our own formatting |
| 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 |
|---|
public LogFormat()
| Method Detail |
|---|
public java.lang.String format(java.util.logging.LogRecord rec)
format in class java.util.logging.Formatterrec - the content to format
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||