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
The logging API even if turned off still causes evaluation of the arguments, which may cause a heavy performance burden.
The logging system, in case when turned off completely, should not evaluate arguments, as well as when particular log dispatched is disabled in the filter. This can be achieved by putting the if conditional directly in the macro.
The text was updated successfully, but these errors were encountered:
The logging API even if turned off still causes evaluation of the arguments, which may cause a heavy performance burden.
The logging system, in case when turned off completely, should not evaluate arguments, as well as when particular log dispatched is disabled in the filter. This can be achieved by putting the
if
conditional directly in the macro.The text was updated successfully, but these errors were encountered: