Abstractions
Description
This library contains core interfaces and models, such as ILog and LogEvent. It also hosts a wide set of extensions implemented through ILog
decorators.
Source and packages
GitHub repository: vostok/logging.abstractions
NuGet package: Vostok.Logging.Abstractions
Install-Package Vostok.Logging.Abstractions
Cement users should reference this module with the following command:
cm ref add vostok.logging.abstractions <path-to-project>
Related pages
Log eventsLog interfaceSyntaxSource contextCombining multiple logsFiltering eventsEnriching eventsUsing static log providerLast updated