Class SimpleFormatter

java.lang.Object
java.util.logging.Formatter
org.graffiti.util.logging.SimpleFormatter

public class SimpleFormatter
extends Formatter
Provides a brief summary of the LogRecord in a human readable format.
Version:
$Revision: 1.5 $
  • Constructor Details

    • SimpleFormatter

      public SimpleFormatter()
  • Method Details

    • format

      public String format​(LogRecord record)
      Returns the message of the given LogRecord
      Specified by:
      format in class Formatter
      Parameters:
      record - DOCUMENT ME!
      Returns:
      a human readable string of the log record's message.