C# 클래스 SwiftClient.Test.SwiftLogger

상속: ISwiftLogger
파일 보기 프로젝트 열기: vtfuture/SwiftClient

공개 메소드들

메소드 설명
LogAuthenticationError ( Exception ex, string username, string password, string endpoint ) : void
LogRequestError ( Exception ex, HttpStatusCode statusCode, string reason, string requestUrl ) : void
LogUnauthorizedError ( string token, string endpoint ) : void
SwiftLogger ( ITestOutputHelper output ) : System

메소드 상세

LogAuthenticationError() 공개 메소드

public LogAuthenticationError ( Exception ex, string username, string password, string endpoint ) : void
ex System.Exception
username string
password string
endpoint string
리턴 void

LogRequestError() 공개 메소드

public LogRequestError ( Exception ex, HttpStatusCode statusCode, string reason, string requestUrl ) : void
ex System.Exception
statusCode HttpStatusCode
reason string
requestUrl string
리턴 void

LogUnauthorizedError() 공개 메소드

public LogUnauthorizedError ( string token, string endpoint ) : void
token string
endpoint string
리턴 void

SwiftLogger() 공개 메소드

public SwiftLogger ( ITestOutputHelper output ) : System
output ITestOutputHelper
리턴 System