lee-soft / ViStart

Open source start menu replacement for Windows systems
GNU Affero General Public License v3.0
50 stars 8 forks source link

Feature/add severity logging #31

Closed lee-soft closed 1 year ago

lee-soft commented 1 year ago

adds NLog style error logging

errors are reported using Logger.Severity (Warn/Debug/Info) etc. Targets can be set using LogManager.Target. Option to Target Intimidate Window in VB6 or File

removed all nonsensical debug.prints with emojis and explicits and filterd meaningful prints through the logmanager