How can I add logging to RelayCommand? #1028
Unanswered
twojnarowski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently I have a custom implementation of
ICommand
that adds logging functionality to each command. I would like to switch toRelayCommand
s to remove some boilerplate but I have no idea how to do that and keep the logging. I can't inheritRelayCommand
to add logging in an override method. Is there any advice someone could give me on how to add logging in one place for the Relay Command?Beta Was this translation helpful? Give feedback.
All reactions