C# Class Logging.Extensions.LoggerExtensions

Afficher le fichier Open project: jasonpang/Starcraft2Hook

Méthodes publiques

Méthode Description
LogExceptionLineNumber ( this logger, Exception ex ) : void
LogMethodSignatureAndValues ( this logger ) : void
LogMethodSignatureTypesAndValues ( this logger ) : void

Method Details

LogExceptionLineNumber() public static méthode

public static LogExceptionLineNumber ( this logger, Exception ex ) : void
logger this
ex System.Exception
Résultat void

LogMethodSignatureAndValues() public static méthode

public static LogMethodSignatureAndValues ( this logger ) : void
logger this
Résultat void

LogMethodSignatureTypesAndValues() public static méthode

public static LogMethodSignatureTypesAndValues ( this logger ) : void
logger this
Résultat void