Class | Description | |
---|---|---|
![]() | Log | Provides an abstraction api for logging to various outputs. This class in the global namespace for a reason. Since you may want to change log infrastructure at any time, it's important that no 'Using' statements are required to access the log infrastructure. Secondly, a static class api can provide improved performance over other possible types. We will be forcing the default configuration of log4net rather than requiring each component to independently configure itself. |
![]() | Log.Config | Provides configuration options for the Log subsystem |