Wolfgang.Extensions.Logging.InMemoryLogger Documentation
Welcome to the Wolfgang.Extensions.Logging.InMemoryLogger documentation. This site contains guides, API reference, and examples for asserting against ILogger / ILogger<T> output in your tests.
Quick Links
- Getting Started - Install + first assertion
- Introduction - Library overview and key types
- API Reference - Complete API documentation
- GitHub Repository - View source code
About Wolfgang.Extensions.Logging.InMemoryLogger
ILogger and ILogger<T> implementations that capture log entries in an in-memory buffer so unit and integration tests can assert against what was logged.
Installation
dotnet add package Wolfgang.Extensions.Logging.InMemoryLogger
Documentation Sections
📖 Documentation
Step-by-step guides for installation, the generic vs. non-generic logger shapes, scope capture, and registering with the standard ILoggerFactory.
📚 API Reference
Complete API documentation automatically generated from the source code's XML comments.
Additional Resources
Documentation built with DocFX