C# Class hMailServer.Core.Logging.NullLog

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

Méthodes publiques

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

Method Details

LogException() public méthode

public LogException ( LogEvent @event, Exception exception ) : void
@event LogEvent
exception System.Exception
Résultat void

LogInfo() public méthode

public LogInfo ( LogEvent @event ) : void
@event LogEvent
Résultat void