Interface DaemonLog


public interface DaemonLog
  • Method Summary

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