Class SimpleLogFormatter

java.lang.Object
java.util.logging.Formatter
net.thevpc.common.prs.log.SimpleLogFormatter

public class SimpleLogFormatter extends Formatter
Author:
thevpc
  • Constructor Details

    • SimpleLogFormatter

      public SimpleLogFormatter()
  • Method Details

    • format

      public 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