Class SingleLineFormatter

java.lang.Object
java.util.logging.Formatter
clazzfish.agent.logging.SingleLineFormatter

public final class SingleLineFormatter extends Formatter
We want a Formatter which does not log in two lines as the SimpleFormatter but only in one line.
Author:
oliver (ob@aosd.de)
  • Constructor Details

    • SingleLineFormatter

      public SingleLineFormatter()
  • Method Details