Vostok.Logging
HomeQuickstartModulesImplementations
1.0.0
1.0.0
  • Home
  • Quickstart
  • Guarantees
  • Configuration
  • Concepts and basics
    • Log interface
    • Log events
    • Syntax
      • Logging extensions
      • Message templates
      • Providing property values
    • Formatting
      • Output templates
      • Special properties
      • Format specifiers
    • Source context
    • Operation context
  • Modules
    • Abstractions
    • Configuration
    • Formatting
    • Console
    • File
    • Hercules
    • Context
    • Serilog
    • Log4net
    • NUnit
    • Microsoft
  • Implementations
    • Silent log
    • Console log
    • File log
    • Hercules log
  • Integrations
    • Serilog integration
    • Log4net integration
    • Microsoft logging integration
  • How-to guides
    • Using operation context
    • Using static log provider
    • Filtering events
    • Enriching events
    • Transforming events
    • Combining multiple logs
    • Custom output templates
    • External configuration rules
Powered by GitBook
On this page
  • Description
  • Source and packages
  • Related pages
  1. Modules

Microsoft

PreviousNUnitNextImplementations

Last updated 6 years ago

Description

This library provides an implementation of ILoggerProvider from built on top of user-provided Vostok instance. It enables the use of Vostok logging in ASP.NET Core web applications.

Source and packages

GitHub repository:

NuGet package:

Install-Package Vostok.Logging.Microsoft

users should reference this module with the following command:

cm ref add vostok.logging.microsoft <path-to-project>

Related pages

Microsoft.Extensions.Logging.Abstractions
ILog
vostok/logging.microsoft
Vostok.Logging.Microsoft
Cement
Microsoft logging integration