Class SingleLineFormatter

java.lang.Object
java.util.logging.Formatter
net.hironico.common.utils.log.SingleLineFormatter

public class SingleLineFormatter extends Formatter
  • Constructor Details

    • SingleLineFormatter

      public SingleLineFormatter()
  • 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