Package com.imsl

Class IMSLFormatter


public class IMSLFormatter extends Formatter
Simple formatter for classes that implement logging.
See Also:
  • Constructor Details

    • IMSLFormatter

      public IMSLFormatter()
  • Method Details

    • format

      public String format(LogRecord record)
      Format the given log record and return the formatted string.

      The LogRecord's message field must contain a reference to one of the resource files in the JMSL Library.

      Specified by:
      format in class Formatter
      Parameters:
      record - the log record to be formatted.
      Returns:
      the formatted log record.