Interface FetchLogger


public interface FetchLogger
Class that manages the FetchLogger
  • Method Details

    • onFetch

      void onFetch(String name, Message msg)
      On fetch method
      Parameters:
      name - String containing the name
      msg - The message
    • onError

      void onError(String name, String reason, Exception ex, Message msg)
      On error method
      Parameters:
      name - String containing the name
      reason - String containing the reason
      ex - The exception
      msg - The message