In a Winforms Application with more than 100 forms a new requirement has come up.
Per requirement all the Events (button_Click, text_Changed ...) in any form needs to be logged to a log file.
This has to be done without adding new code to any of the forms. Meaning implementation has to be done globally.
Any framework available or suggestions would be appreciated.
Thanks
Vivek