java.lang.Object | ||
↳ | com.microstrategy.utils.log.Formatter | |
↳ | com.microstrategy.utils.log.DebugFormatter |
This class is the formatter used to format log records into plain text messages. The format of the messages is similar to that from MSTRLog. It however also prints out the function arguments and return values.
Formatted messages will be separated by line separator.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DebugFormatter() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
format(LogRecord record)
Format the given LogRecord.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Format the given LogRecord.
record | the log record to be formatted. |
---|