Interface LogInterceptor


public interface LogInterceptor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    logged(long time, String state, String message)
     
  • Method Details

    • logged

      void logged(long time, String state, String message)