C# Class withSIX.Core.Logging.LoggerExtensions

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode 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

Méthode Description
FormatMessage ( Exception e, string message ) : string

Method Details

FormattedDebugException() public static méthode

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

FormattedErrorException() public static méthode

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

FormattedFatalException() public static méthode

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

FormattedWarnException() public static méthode

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