Package com.microstrategy.utils.log
Class TestFormatter
- java.lang.Object
-
- com.microstrategy.utils.log.Formatter
-
- com.microstrategy.utils.log.TestFormatter
-
public class TestFormatter extends Formatter
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.
- Since:
- MicroStrategy Web 8.1.2
-
-
Constructor Summary
Constructors Constructor Description TestFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
format(LogRecord record)
Format the given LogRecord.-
Methods inherited from class com.microstrategy.utils.log.Formatter
formatMessage, getExceptionMessage, getHead, getStackTrace, getTail
-
-