C# Class SwiftClient.Test.SwiftLogger

Inheritance: ISwiftLogger
Afficher le fichier Open project: vtfuture/SwiftClient

Méthodes publiques

Méthode Description
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

Method Details

LogAuthenticationError() public méthode

public LogAuthenticationError ( Exception ex, string username, string password, string endpoint ) : void
ex System.Exception
username string
password string
endpoint string
Résultat void

LogRequestError() public méthode

public LogRequestError ( Exception ex, HttpStatusCode statusCode, string reason, string requestUrl ) : void
ex System.Exception
statusCode HttpStatusCode
reason string
requestUrl string
Résultat void

LogUnauthorizedError() public méthode

public LogUnauthorizedError ( string token, string endpoint ) : void
token string
endpoint string
Résultat void

SwiftLogger() public méthode

public SwiftLogger ( ITestOutputHelper output ) : System
output ITestOutputHelper
Résultat System