Interface VerbosePrint


public interface VerbosePrint
Generic interface for implementing verbose output to a PrintStream.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setVerbose(@Nullable PrintStream out, @Nullable Set<String> configuration)
    If set to a non-null output then extra information will be printed to the specified stream.
  • Method Details

    • setVerbose

      void setVerbose(@Nullable @Nullable PrintStream out, @Nullable @Nullable Set<String> configuration)
      If set to a non-null output then extra information will be printed to the specified stream.
      Parameters:
      out - Stream that is printed to. Set to null to disable
      configuration - (Future use) Set which specifies flags that can be used to turn on and off different output