mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-08-28 04:46:50 -04:00
ETW and Logrus have similar, but different definitiosn of log level. Originally, the plan was to just convert the integer value of the Logrus level to an ETW level, and leave it at that. However, it turns out there are tools that assume you are logging with the standard set of ETW log level. So now we will map the Logrus level to an ETW level, so that these tools better.