WongWray
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
-
-
WongWray created a post, How to disable expensive method warning project-wide for Unity's Debug.Log calls?
I want to avoid adding ReSharper disabling for every call to `Debug.Log` and `Debug.LogError`. I've tried subclassing ILogHandler but it seems like the `LogFormat` and `LogException` calls aren't f...