C# Class hMailServer.Core.Tests.InMemoryLog

Inheritance: ILog
Exibir arquivo Open project: hmailserver/hmailserver-net

Public Properties

Property Type Description
LogEntries Exception>>.List

Public Methods

Method Description
LogException ( LogEvent logEvent, Exception exception ) : void
LogInfo ( LogEvent logEvent ) : void

Method Details

LogException() public method

public LogException ( LogEvent logEvent, Exception exception ) : void
logEvent hMailServer.Core.Logging.LogEvent
exception System.Exception
return void

LogInfo() public method

public LogInfo ( LogEvent logEvent ) : void
logEvent hMailServer.Core.Logging.LogEvent
return void

Property Details

LogEntries public_oe property

public List> LogEntries
return Exception>>.List