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