C# Class hMailServer.Application.Log

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

Public Methods

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

Private Methods

Method Description
CreateNlogEventInfo ( LogEvent logEvent ) : LogEventInfo

Method Details

LogApplicationInfo() public method

public LogApplicationInfo ( string message ) : void
message string
return void

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