Process Logging Behavior
.NET
Here’s my current conventions for logging in application processes.
Logging features, here are implemented by the Logging class in OGA.Common.Lib.
Logging Phases
We use three distinct logging phases for an application, each with a distinct purpose.
Ear...