Interface LogEventHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void clear()
      Discard the contents of the log.
      void display​(java.io.PrintStream arg, java.lang.String msg)
      Display the contents of this log in formatted form to the PrintStream.
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
      • Methods inherited from interface org.glassfish.pfl.tf.timer.spi.Named

        factory, name
    • Method Detail

      • clear

        void clear()
        Discard the contents of the log.
      • display

        void display​(java.io.PrintStream arg,
                     java.lang.String msg)
        Display the contents of this log in formatted form to the PrintStream.