MetroLog
MetroLog copied to clipboard
EtwTarget: How to use?
Since the EtwTarget seems the only one, which is available on different plattforms I want to try it. I know the setup:
LogManagerFactory.DefaultConfiguration.AddTarget(LogLevel.Trace, LogLevel.Fatal, new EtwTarget());
But are there files saved? Where? How can I access them? The Wiki/documentation is very spare about this.
same question here