public interface IOutput
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    error(String message, Throwable throwable)
     
    void
    info(String message)
     
    void
    warn(String message)
     
  • Method Details