示例#1
0
 public void Log_ShouldHandleMaxLevel()
 {
     _strategy.Log(LogLevel.Fatal, "hello world !");
     _strategy.VerifyOnMaxLevel();
 }