You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I found two little mistakes in the documentation...
1.) In the "Enables Log" part it should be the other way around: If you don't set "-DDISABLE_LOG" logging will be enabled by default. But the documentation states that you have to set "ENABLE_LOG" to enable logging.
If I understand it correctly, you'd just set "-DDISABLE_LOG" in the "Release"-Part and leave the "Debug"-Part empty.
2.) If you manually install it, like in the documentation by just copying the swift-files, then the color logging will not be available and the "import SpeedLog" part is not necessary. If you do it like in the Alamofire documentation (https://github.com/Alamofire/Alamofire#manually) by copying the complete folder, drag'n drop the .xcodeproj file, everything works fine.
Thanx for this great piece of code! :-)
The text was updated successfully, but these errors were encountered:
Hello,
I think I found two little mistakes in the documentation...
1.) In the "Enables Log" part it should be the other way around: If you don't set "-DDISABLE_LOG" logging will be enabled by default. But the documentation states that you have to set "ENABLE_LOG" to enable logging.
If I understand it correctly, you'd just set "-DDISABLE_LOG" in the "Release"-Part and leave the "Debug"-Part empty.
2.) If you manually install it, like in the documentation by just copying the swift-files, then the color logging will not be available and the "import SpeedLog" part is not necessary. If you do it like in the Alamofire documentation (https://github.com/Alamofire/Alamofire#manually) by copying the complete folder, drag'n drop the .xcodeproj file, everything works fine.
Thanx for this great piece of code! :-)
The text was updated successfully, but these errors were encountered: