Known Direct Subclasses
XMLFormatter |
Format a LogRecord into a XML format with data equivalent to that generated by MSTRLog |
XMLTracingFormatter |
An XML-based formatter that can distinguish between errors and debug stack tracing. |
|
Known Indirect Subclasses
|
Class Overview
Format a LogRecord into a XML format with data equivalent to that generated by MSTRLog
Summary
Public Methods |
String
|
format(LogRecord record)
Format the given message to XML.
|
Protected Methods |
void
|
addLogInfo(LogRecord record, StringBuffer sb)
|
String
|
getStackTrace(Throwable ex)
Duplicated from Formatter, so we can use this class in 75x.
|
[Expand]
Inherited Methods |
From class
com.microstrategy.utils.log.Formatter
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
protected
static
final
String
lineSeparator
Public Constructors
Public Methods
public
String
format
(LogRecord record)
Format the given message to XML.
Parameters
record |
the log record to be formatted. |
Protected Methods
protected
void
addLogInfo
(LogRecord record, StringBuffer sb)
protected
String
getStackTrace
(Throwable ex)
Duplicated from Formatter, so we can use this class in 75x.