Class Slf4jRetrofitLogger

  • All Implemented Interfaces:
    retrofit.RestAdapter.Log

    public class Slf4jRetrofitLogger
    extends java.lang.Object
    implements retrofit.RestAdapter.Log
    • Field Summary

      • Fields inherited from interface retrofit.RestAdapter.Log

        NONE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void log​(java.lang.String message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Slf4jRetrofitLogger

        public Slf4jRetrofitLogger​(java.lang.Class<?> type)
      • Slf4jRetrofitLogger

        public Slf4jRetrofitLogger​(org.slf4j.Logger logger)
    • Method Detail

      • log

        public void log​(java.lang.String message)
        Specified by:
        log in interface retrofit.RestAdapter.Log