Package chemaxon.jchem.file
Interface ProgressWriter.Logger
-
- Enclosing class:
- ProgressWriter
public static interface ProgressWriter.Logger
Interface for retrieving messages for events (especially errors) which were suppressed during execution.- Since:
- 3.2.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addMessage(int severity, String message, Throwable t)
-