Interface StructuralFrameworksPlugin.VerbosePrinter

Enclosing class:
StructuralFrameworksPlugin

public static interface StructuralFrameworksPlugin.VerbosePrinter
Verbose printer specification
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Log a verbose message
  • Method Details

    • verbose

      void verbose(Object o)
      Log a verbose message
      Parameters:
      o - Verbose object. By default its toString() method will be used for presenting messages