|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.kernel.log.LogFormatterFactory
public class LogFormatterFactory
The LogFormatterFactory creates log formatters working on specific log formats. A log format may look like:
"${logger}|${time}|${level}|${logsource}|${host}|${thread}|" +
"${class}|${method}|${line}|${summary}|${detail}"
| Method Summary | |
|---|---|
static LogFormatter |
createHtmlFormatter(String format)
Creates a new html log formatter. |
static LogFormatter |
createStandardFormatter(String format)
Creates a new standard log formatter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static LogFormatter createStandardFormatter(String format)
format - a log format (pass null get the default format)
public static LogFormatter createHtmlFormatter(String format)
format - a log format (pass null get the default format)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||