Affecto.Logging.Tests.LoggerTests.CriticalExceptionEventIsWrittenToLog C# (CSharp) Method

CriticalExceptionEventIsWrittenToLog() private method

private CriticalExceptionEventIsWrittenToLog ( ) : void
return void
        public void CriticalExceptionEventIsWrittenToLog()
        {
            sut.LogCritical(Exception, Message, MessageParams);
            AssertCall(null, LogEventLevel.Critical, Exception, Message, MessageParams);
        }