Skip to content

vostok/logging.nunit

Repository files navigation

Vostok.Logging.NUnit

Build & Test & Publish NuGet

An implementation of ILog that writes log events to NUnit.

Build guide: https://github.com/vostok/devtools/blob/master/library-dev-conventions/how-to-build-a-library.md

User documentation: https://vostok.gitbook.io/logging/

ILog adapter of NUnit log.

Logs can be written to:

  1. The context of the test, which is currently running. It is suitable for most of the tests. (NUnitLogSettings.WithAsyncLocalContext())

  2. The context of the test, in which the log was created. It is suitable for local services and other places where AsyncLocal context can be lost or absent. (NUnitLogSettings.WithCurrentTestContext())

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages