NullLogger<T>
Minimalistic logger that does nothing.
Returns an instance of NullLogger<T>.
public NullLogger()
public void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)