TwiceAsNice  2019-02-18
Classes
LoggerWin.h File Reference
#include "ILog.h"
#include <string>
Include dependency graph for LoggerWin.h:
This graph shows which files directly or indirectly include this file:

Classes

class  LoggerWin
 Implementation class for logging with platform specific resources, Windows Event log for example. This class is why we are using managed code. The interface to the event log is MUCH better and easier to use. I am concerned that using manage code will create issues with the COM object. More...