You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: