Console

Description

This library contains an implementation of ILog that writes events to console output. Implementation comes in two flavors: ConsoleLogarrow-up-right (default, async) and SynchronousConsoleLog arrow-up-right(well-suited for tests and debugging).

Source and packages

GitHub repository: vostok/logging.consolearrow-up-right

NuGet package: Vostok.Logging.Consolearrow-up-right

Install-Package Vostok.Logging.Console

Cementarrow-up-right users should reference this module with the following command:

cm ref add vostok.logging.console <path-to-project>
Console logchevron-right

Last updated