C# Class hMailServer.Core.Logging.NullLog

Inheritance: ILog
Mostra file Open project: hmailserver/hmailserver-net

Public Methods

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

Method Details

LogException() public method

public LogException ( LogEvent @event, Exception exception ) : void
@event LogEvent
exception System.Exception
return void

LogInfo() public method

public LogInfo ( LogEvent @event ) : void
@event LogEvent
return void