Quick Start
Installing from NuGet
Dependencies: .NETStandard 2.0
Browse the Vostok.Logging tag on NuGet to see more packages.
SetUp
Include Vostok libraries in project:
Use the ConsoleLog()
and log an informational message.
Since the log is asynchronous, add Flush()
to record the message before the program ends:
Result:
Read more about syntax features, out-of-the-box implementations and advanced usage:
Last updated