Class NullOutputLogTarget

All Implemented Interfaces:
ErrorAware, LogTarget, Closeable

public class NullOutputLogTarget extends AbstractOutputTarget
A output target that does nothing. Useful for profiling.
Author:
Avalon Development Team, Peter Donald
  • Constructor Details

    • NullOutputLogTarget

      public NullOutputLogTarget()
      Creation of a new null log target.
  • Method Details

    • write

      protected void write(String data)
      Do nothing output method.
      Overrides:
      write in class AbstractOutputTarget
      Parameters:
      data - the data to be output