Namespace SuperOffice.Diagnostics.Logging
Classes
ILoggerProviderPluginAttribute
Plugin for creating ILogger providers. The plugin handles configuring and creating the ILoggerProvider instance that SoLogger puts into the LoggerFactory.
SoMetricsPluginAttribute
Plugin for reporting metrics to a suitable back-end. Useful for graphing and accumulating.
Interfaces
ILoggerProviderPlugin
Custom logger factory. Configurate and creatify ILogger instances. Remember to mark the class with ILoggerProviderPluginAttribute.
ISoMetricsPlugin
Custom metrics reporting. Report counter values to a suitable back-end.