C# Class withSIX.Core.Logging.LoggerExtensions

Datei anzeigen Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
FormattedDebugException ( this _logger, Exception e, string message = null ) : void
FormattedErrorException ( this _logger, Exception e, string message = null ) : void
FormattedFatalException ( this _logger, Exception e, string message = null ) : void
FormattedWarnException ( this _logger, Exception e, string message = null ) : void

Private Methods

Method Description
FormatMessage ( Exception e, string message ) : string

Method Details

FormattedDebugException() public static method

public static FormattedDebugException ( this _logger, Exception e, string message = null ) : void
_logger this
e System.Exception
message string
return void

FormattedErrorException() public static method

public static FormattedErrorException ( this _logger, Exception e, string message = null ) : void
_logger this
e System.Exception
message string
return void

FormattedFatalException() public static method

public static FormattedFatalException ( this _logger, Exception e, string message = null ) : void
_logger this
e System.Exception
message string
return void

FormattedWarnException() public static method

public static FormattedWarnException ( this _logger, Exception e, string message = null ) : void
_logger this
e System.Exception
message string
return void