|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.kernel.log.impl.LogFormatterHtml
public class LogFormatterHtml
This class provides a simple formatter for log events
| Field Summary | |
|---|---|
static String |
DEFAULT_FORMAT
The log event format for standard log events |
static String |
DEFAULT_FORMAT_STATISTICS
The log event format for statistics log events |
| Fields inherited from interface org.openmdx.kernel.log.LogFormatter |
|---|
formatSpecifierPrefix, multiLineMarker |
| Constructor Summary | |
|---|---|
LogFormatterHtml(String aFormat)
Constructor. |
|
| Method Summary | |
|---|---|
String |
format(LogEvent event)
Returns a HTML representation for the LogEvent object. |
String |
getFormat()
Returns the currently set format string. |
String |
getLogFileSpecifier()
Returns log file format specifier. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_FORMAT
public static final String DEFAULT_FORMAT_STATISTICS
| Constructor Detail |
|---|
public LogFormatterHtml(String aFormat)
| Method Detail |
|---|
public String format(LogEvent event)
This operation is
format in interface LogFormatter
public String getFormat()
getFormat in interface LogFormatterpublic String getLogFileSpecifier()
getLogFileSpecifier in interface LogFormatter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||