I am using IoWriteErrorLogEntry to log an error to the Windows event log (from a driver). Everything works EXCEPT that messages with Severity = Success (yes, Success is defined as per the msdn documentation) displays in the event log with an error icon.
Is there an issue with using Severity = Success in the system log?