Hello,
sorry for putting the question here in issues. But I would like to know, if is there any way, how to turn off NetworkLogger. I would like to turn it on/off during app runtime
#if DEBUG
if isNetworkLoggingEnabled {
NetworkLogger.enableProxy()
} else {
// How to turn off network logger?
}
#endif
Sorry for dump question and thank you for any advice :)
Hello,
sorry for putting the question here in issues. But I would like to know, if is there any way, how to turn off NetworkLogger. I would like to turn it on/off during app runtime
Sorry for dump question and thank you for any advice :)