providesHttpLoggingInterceptor

@Provides
@Singleton
fun providesHttpLoggingInterceptor(): HttpLoggingInterceptor

Provides an instance of HttpLoggingInterceptor.

Return

A configured instance of HttpLoggingInterceptor with body logging enabled.