Class LogFormatter

java.lang.Object
java.util.logging.Formatter
cl.netswitch.lib.util.LogFormatter

public final class LogFormatter extends Formatter
Prints a LogRecord using the NetSwitch format.
  • Constructor Details

    • LogFormatter

      public LogFormatter()
      Constructs a new LogFormatter instance.
    • LogFormatter

      public LogFormatter(boolean delimit)
      Constructs a new LogFormatter instance with wrap option.
      Parameters:
      delimit - if true the message is written between "[" and "]".
  • Method Details