Namespace Wolfgang.Extensions.Logging.InMemoryLogger

Classes

InMemoryLogger

An implementation of ILogger that logs messages to an in-memory collection.

InMemoryLoggerBuilderExtensions

Extension methods for adding InMemoryLoggerProvider to an ILoggingBuilder.

InMemoryLoggerProvider

An ILoggerProvider that creates InMemoryLogger instances and provides access to all log entries across all loggers.

InMemoryLogger<T>

An implementation of ILogger<TCategoryName> that logs messages to an in-memory collection.