cshawky / CsTool.Logger

A compact, fast, basic multi-threaded logger for C# Dotnet Core and Dotnet Framework
Apache License 2.0
1 stars 0 forks source link

README has lots of typos and could be improved. #2

Open cshawky opened 9 months ago

cshawky commented 9 months ago

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.

cshawky commented 4 months ago

Improved, more can be done. TODO Check and document tuning better.