Typos and make it clearer about using the Logger.
Out of the box, one just uses the static class Logger: e.g. Logger.Write("");
However, for multiple log files or output files one should instance LogBase. Offline I have added an exception to the constructor for class Logger. Note the code comment stating this class is not intended to be initialised, but required the constructor for support of LoggerWPF, the GUI extension.
Typos and make it clearer about using the Logger. Out of the box, one just uses the static class Logger: e.g. Logger.Write(""); However, for multiple log files or output files one should instance LogBase. Offline I have added an exception to the constructor for class Logger. Note the code comment stating this class is not intended to be initialised, but required the constructor for support of LoggerWPF, the GUI extension.