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
However, being able to skip arguments would also work. It's not quite as simple as being able to skip self since I also don't want to log the context. Is this something that's aligned with log-derive, or should I use a normal macro instead?
The text was updated successfully, but these errors were encountered:
I'd like to use log-derive to log a specific input to this function, but I don't want to grab the other two arguments.
Ideally, I think I'd like to write:
However, being able to skip arguments would also work. It's not quite as simple as being able to skip
self
since I also don't want to log thecontext
. Is this something that's aligned withlog-derive
, or should I use a normal macro instead?The text was updated successfully, but these errors were encountered: