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
Author:
pkovacs

Method Summary
 void addMessage(int severity, java.lang.String message, java.lang.Throwable t)
           
 

Method Detail

addMessage

void addMessage(int severity,
                java.lang.String message,
                java.lang.Throwable t)