コード例 #1
0
 public void Validate(LogLevel logLevel, string message, Exception exception = null, EventId eventId = default)
 {
     _logLevel.ShouldBe(logLevel);
     _message.ShouldBe(message);
     _exception.ShouldBe(exception);
     _eventId.ShouldBe(eventId);
 }