Package ffx.ui

Class LogFormatter


public class LogFormatter extends SimpleFormatter
A minor extension to the SimpleFormatter to reduce verbosity if debugging is not turned on.
Since:
1.0
Author:
Michael J. Schnieders
  • Method Details

    • format

      public String format(LogRecord record)

      Unless debugging is turned on or the LogRecord is of level WARNING or greater, just return the message.

      If more than one process is active, prepend the rank of the process to each line of the message.

      Overrides:
      format in class SimpleFormatter
      Since:
      1.0