Open Groostav opened 5 years ago
notes on logging frameworks:
Debug.Writeline
and Trace.Writeline
append to.
Debug.Writeline
becomes a no-op.Trace
has a listeners concept which allows you to pipe it to files. see https://docs.microsoft.com/en-us/dotnet/framework/debug-trace-profile/how-to-create-and-initialize-trace-listeners
This issue is to find ways we might easily instrument C# applications for logging information.
This information is useful because it should: