Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log level #277

Open
juliengdt opened this issue Aug 2, 2016 · 2 comments
Open

Log level #277

juliengdt opened this issue Aug 2, 2016 · 2 comments

Comments

@juliengdt
Copy link

juliengdt commented Aug 2, 2016

Adding a log level is a must have on a framework which use networking stuff (avoiding basic sniffing/spoofing)

Morover, SignalR-Objc....

9c2229e6-ba0f-4fa2-8c98-b838d40a98ab

Really too damn high ...

@Remyoman
Copy link

It would be nice to be able to have a set log level outside of debug builds, or just in general.

@rintomr
Copy link

rintomr commented Dec 1, 2017

SRLog.h

#define SRLogError(frmt, ...) do{ NSLog((frmt), ##VA_ARGS); } while(0) - Change these lines to #define SRLogError(frmt, ...) do{ } while(0).
Similar way change the remaining SRLogs also. The NSLog can be added for only the type of logs which we are expecting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants