master
Craig Oates 4 years ago
parent
commit
591909cd63
  1. 2
      Console.Waterworks-Project-Breakdown.md

2
Console.Waterworks-Project-Breakdown.md

@ -60,7 +60,7 @@ This files handles the libraries' constant variables. You have access to `CW-Con
The only file in here is:
* [CW-Logger.cs](https://git.abbether.net/craig.oates/Console.Waterworks/src/branch/master/Console.Waterworks/Console.Waterworks/Loggers/CW-Logger.cs)
* [CW-Logger.cs](https://git.abbether.net/craig.oates/Console.Waterworks/src/branch/master/Console.Waterworks/Console.Waterworks/Loggers/CW_Logger.cs)
Its main purpose is to document the flow of C.W. I tend to use it for testing purposes most of the time. An important note to make is none of the logging events will show in projects which -consume- this library (as a NuGet package). Also, I tend to control the  `CW-Logger`  via `CoOrdinator`, for the most part. You are not limited to using `CW-Logger` that way, though. If you want, you can call/control is at any point throughout the system.

Loading…
Cancel
Save