-
-
Notifications
You must be signed in to change notification settings - Fork 355
Open
Description
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 :)
Metadata
Metadata
Assignees
Labels
No labels