Zombie is currently using NLog to create the log files. It can be improved by switching from using Nlog.config file to setup location, to using a utility class. Similar to what was used with Desk Jockey.
Also, it would be better to log to user location, rather then to Program Files location. It will make the uninstall process cleaner, since there won't be folders leftover after the uninstall.
Zombie is currently using NLog to create the log files. It can be improved by switching from using Nlog.config file to setup location, to using a utility class. Similar to what was used with Desk Jockey.
Also, it would be better to log to user location, rather then to Program Files location. It will make the uninstall process cleaner, since there won't be folders leftover after the uninstall.