public class

SimpleFormatter

extends Formatter
java.lang.Object
   ↳ com.microstrategy.utils.log.Formatter
     ↳ com.microstrategy.utils.log.SimpleFormatter

Class Overview

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.

Formatted messages will be separated by line separator.

Summary

Public Constructors
SimpleFormatter()
Public Methods
String format(LogRecord record)
Format the given LogRecord.
[Expand]
Inherited Methods
From class com.microstrategy.utils.log.Formatter
From class java.lang.Object

Public Constructors

public SimpleFormatter ()

Public Methods

public String format (LogRecord record)

Format the given LogRecord.

Parameters
record the log record to be formatted.
Returns
  • a formatted log record