RazorSoftware.Logging
May2020
Small and Simple .NET Logging Library
|
▼Ncom | |
▼NRazorSoftware | |
▼NLogging | Root namespace for the RazorSoftware Logging library |
▼NOutputs | Contains common endpoints that can be used as Log Message Outputs for the RazorSoftware Logging library |
CConsoleOutput | Allows the Console to be used as Output for entries sent to the Log Class |
CDebuggerOutput | Allows an Attached Debugger to be used as Output for entries sent to the Log Class |
CFileOutput | Allows a File to be used as Output for entries sent to the Log Class |
CIOutput | Allows Custom objects to be used as Outputs for entries sent to the Log Class |
CLogOutput | Provides common functionality and generalization for Log Outputs. This class is abstract |
CLog | Logs messages generated from various parts of the Application to multiple configurable outputs |
CLogger | Logs messages generated from an specific part of the Application to the central Log class |
CLogProxy | Provides 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 |
CSlimLogger | Processes Log messages and writes them to its own decentralized File Output which is not managed by the Central Log class |