C# 클래스 Logging.Extensions.LoggerExtensions

파일 보기 프로젝트 열기: jasonpang/Starcraft2Hook

공개 메소드들

메소드 설명
LogExceptionLineNumber ( this logger, Exception ex ) : void
LogMethodSignatureAndValues ( this logger ) : void
LogMethodSignatureTypesAndValues ( this logger ) : void

메소드 상세

LogExceptionLineNumber() 공개 정적인 메소드

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

LogMethodSignatureAndValues() 공개 정적인 메소드

public static LogMethodSignatureAndValues ( this logger ) : void
logger this
리턴 void

LogMethodSignatureTypesAndValues() 공개 정적인 메소드

public static LogMethodSignatureTypesAndValues ( this logger ) : void
logger this
리턴 void