Class ExtendedFormatterEx


  • public class ExtendedFormatterEx
    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 Detail

      • ExtendedFormatterEx

        public ExtendedFormatterEx()
    • Method Detail

      • format

        public java.lang.String format​(LogRecord record)
        Format the given LogRecord.
        Specified by:
        format in class Formatter
        Parameters:
        record - the log record to be formatted.
        Returns:
        a formatted log record