Package chemaxon.marvin.calculations
Interface StructuralFrameworksPlugin.VerbosePrinter
-
- Enclosing class:
- StructuralFrameworksPlugin
public static interface StructuralFrameworksPlugin.VerbosePrinter
Verbose printer specification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
verbose(Object o)
Log a verbose message
-
-
-
Method Detail
-
verbose
void verbose(Object o)
Log a verbose message- Parameters:
o
- Verbose object. By default its toString() method will be used for presenting messages
-
-