|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.logging.Formatter
java.util.logging.XMLFormatter
com.lightdev.app.LogFormatter
public class LogFormatter
format log messages for output to an XML file
| Constructor Summary | |
|---|---|
LogFormatter()
constructor |
|
| Method Summary | |
|---|---|
String |
format(LogRecord r)
format the given log record |
String |
getHead(Handler h)
get the header string |
String |
getTail(Handler h)
get the trailing string |
| 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 |
|---|
public LogFormatter()
| Method Detail |
|---|
public String format(LogRecord r)
format in class XMLFormatterr - LogRecord the record to format
public String getHead(Handler h)
getHead in class XMLFormatterh - Handler the handler
public String getTail(Handler h)
getTail in class XMLFormatterh - Handler the handler
|
Copyright (c) 2004, 2005 Ulrich Hilger | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||