Console
Description
This library contains an implementation of ILog that writes events to console output. Implementation comes in two flavors: ConsoleLog (default, async) and SynchronousConsoleLog (well-suited for tests and debugging).
Source and packages
GitHub repository: vostok/logging.console
NuGet package: Vostok.Logging.Console
Install-Package Vostok.Logging.ConsoleCement users should reference this module with the following command:
cm ref add vostok.logging.console <path-to-project>Related pages
Console logLast updated