C# Class hMailServer.Core.Tests.InMemoryLog

Inheritance: ILog
Afficher le fichier Open project: hmailserver/hmailserver-net

Méthodes publiques

Свойство Type Description
LogEntries Exception>>.List

Méthodes publiques

Méthode Description
LogException ( LogEvent logEvent, Exception exception ) : void
LogInfo ( LogEvent logEvent ) : void

Method Details

LogException() public méthode

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

LogInfo() public méthode

public LogInfo ( LogEvent logEvent ) : void
logEvent hMailServer.Core.Logging.LogEvent
Résultat void

Property Details

LogEntries public_oe property

public List> LogEntries
Résultat Exception>>.List