Interface Notifier

All Known Implementing Classes:
ConsoleNotifier, Slf4jNotifier

public interface Notifier
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    error(String message)
     
    void
    error(String message, Throwable t)
     
    void
    info(String message)