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
{{ message }}
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
I'm not sure it is worth it to include event logging just for the switch desktop event. The process of setting up event logging seems to be rather involved, maybe we can wait until we really need it or have identified more events that need to be logged.
Some resources:
Wouldn´t it be worth it to implement some general logging capability into the app? all those std::cout calls should IMO be replaced with some logger calls.
Maybe some more lightweight logging framework could serve the purpose, because as @DonatJR pointed out, ETW is pretty heavyweight. Maybe something like Log4Cplus?
@bencikpeter
Yes, having a logging framework would be awesome! There is an issue for it in the backlog (#9). Can you recommend Log4Cplus? I have never used it but if you think it suits the needs for this project I am okay with commiting to it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
logging of service install / uninstall is already done by the installer / system
The text was updated successfully, but these errors were encountered: