C# Class Logging.Extensions.LoggerExtensions

Exibir arquivo Open project: jasonpang/Starcraft2Hook

Public Methods

Method Description
LogExceptionLineNumber ( this logger, Exception ex ) : void
LogMethodSignatureAndValues ( this logger ) : void
LogMethodSignatureTypesAndValues ( this logger ) : void

Method Details

LogExceptionLineNumber() public static method

public static LogExceptionLineNumber ( this logger, Exception ex ) : void
logger this
ex System.Exception
return void

LogMethodSignatureAndValues() public static method

public static LogMethodSignatureAndValues ( this logger ) : void
logger this
return void

LogMethodSignatureTypesAndValues() public static method

public static LogMethodSignatureTypesAndValues ( this logger ) : void
logger this
return void