RazorSoftware.Logging  May2020
Small and Simple .NET Logging Library
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 Ncom
 NRazorSoftware
 NLoggingRoot namespace for the RazorSoftware Logging library
 NOutputsContains common endpoints that can be used as Log Message Outputs for the RazorSoftware Logging library
 CConsoleOutputAllows the Console to be used as Output for entries sent to the Log Class
 CDebuggerOutputAllows an Attached Debugger to be used as Output for entries sent to the Log Class
 CFileOutputAllows a File to be used as Output for entries sent to the Log Class
 CIOutputAllows Custom objects to be used as Outputs for entries sent to the Log Class
 CLogOutputProvides common functionality and generalization for Log Outputs. This class is abstract
 CLogLogs messages generated from various parts of the Application to multiple configurable outputs
 CLoggerLogs messages generated from an specific part of the Application to the central Log class
 CLogProxyProvides a Proxy Instance for accessing the Static Log class when access to Static members is not possible. This class is a mere wrapper of the Log class
 CSlimLoggerProcesses Log messages and writes them to its own decentralized File Output which is not managed by the Central Log class