httpLoggingInterceptor

abstract fun httpLoggingInterceptor(httpLoggingInterceptor: HttpLoggingInterceptor?): PNConfiguration.Builder
abstract val httpLoggingInterceptor: HttpLoggingInterceptor?

Deprecated

This setting is deprecated. Use customLoggers instead

Sets a custom HttpLoggingInterceptor for logging network traffic.

See also

HttpLoggingInterceptor