Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
add: FrogoLog
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Jun 25, 2021
1 parent 8b7e9bc commit 00c51a3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package com.frogobox.frogonewsapi.data.source

import android.content.Context
import com.frogobox.frogolog.FLog
import com.frogobox.frogolog.FrogoLog
import com.frogobox.frogonewsapi.data.response.ArticleResponse
import com.frogobox.frogonewsapi.data.response.SourceResponse
import io.reactivex.android.schedulers.AndroidSchedulers
Expand Down Expand Up @@ -29,6 +31,7 @@ object NewsRemoteDataSource : NewsDataSource {

override fun usingChuckInterceptor(context: Context) {
newsApiService.usingChuckInterceptor(context)
FLog.d("Using Chuck Interceptor")
}

override fun getTopHeadline(
Expand Down

0 comments on commit 00c51a3

Please sign in to comment.