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 read #250 and #269 and thought maybe a simpler approach should be enough.
I think it's important to avoid the execution cost of debug prints when a log level is disabled.
To achieve that, it is best to surround log printing statement with if.
For example, the following code
I read #250 and #269 and thought maybe a simpler approach should be enough.
I think it's important to avoid the execution cost of debug prints when a log level is disabled.
To achieve that, it is best to surround log printing statement with
if
.For example, the following code
should be written as something like pseudo code
I sent #322 to achieve this.
The text was updated successfully, but these errors were encountered: