hMailServer.Core.Tests.InMemoryLog.LogException C# (CSharp) Метод

LogException() публичный Метод

public LogException ( LogEvent logEvent, Exception exception ) : void
logEvent hMailServer.Core.Logging.LogEvent
exception System.Exception
Результат void
        public void LogException(LogEvent logEvent, Exception exception)
        {
            LogEntries.Add(new Tuple<LogEvent, Exception>(logEvent, exception));
        }
    }