Has anyone figured out how to leverage Common.Logging to set the EventLog ID when wrapping NLog? I have it working beautifully under NLog, but had trouble figuring out how to do it with Common.Logging. Note that I can also use Common.Logging with NLog as long as I don't need to set the EventLog ID, but that isn't helpful.
I saw the SO article here, but was unsure of how to implement the suggestions.
Thanks in advance.