Console
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).Install-Package Vostok.Logging.Console
cm ref add vostok.logging.console <path-to-project>
Last modified 3yr ago