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

    Modifier and Type
    Method
    Description
    void
    addMessage(int severity, String message, Throwable t)
     
  • Method Details

    • addMessage

      void addMessage(int severity, String message, Throwable t)