Vostok.Logging
Vostok.Logging
Home
Quickstart
Modules
Implementations
1.0.0
Home
Quickstart
Guarantees
Configuration
Concepts and basics
Modules
Abstractions
Configuration
Formatting
Console
File
Hercules
Context
Serilog
Log4net
Microsoft
Implementations
Integrations
How-to guides
Powered by GitBook

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 events
/concepts/log-events
Log interface
/concepts/log-interface
Syntax
/concepts/syntax
Source context
/concepts/source-context
Combining multiple logs
/how-to-guides/combining-multiple-logs
Filtering events
/how-to-guides/filtering-events-by-level
Enriching events
/how-to-guides/enriching-events-with-custom-properties
Using static log provider
/how-to-guides/using-static-log-provider
Previous
Modules
Next
Configuration
Last updated 2 years ago
Edit on GitHub
Contents
Description
Source and packages
Related pages