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
Creating log messages can be expansive (e.g. network response body mapping to string).
Currently the expressions for messages (on the caller sites) are already generated when calling the log message.
When wrapping the expression in a closure the closure can only be evaluated if there is a sink even consuming the the message.
with @autoclosure this doesn't change the way of interacting with logbook
The text was updated successfully, but these errors were encountered:
Creating log messages can be expansive (e.g. network response body mapping to string).
Currently the expressions for messages (on the caller sites) are already generated when calling the log message.
When wrapping the expression in a closure the closure can only be evaluated if there is a sink even consuming the the message.
with @autoclosure this doesn't change the way of interacting with logbook
The text was updated successfully, but these errors were encountered: