Home -> NullLogger -> Constructor

Description

The NullLogger constructor creates a logger implementation that accepts the ILogger API but discards all messages.

Usage

NullLogger();

See also