C# Class SwiftClient.Cli.Logger

Afficher le fichier Open project: vtfuture/SwiftClient

Méthodes publiques

Méthode Description
Log ( string value ) : void
LogError ( string value ) : void
LogWarning ( string value ) : void

Method Details

Log() public static méthode

public static Log ( string value ) : void
value string
Résultat void

LogError() public static méthode

public static LogError ( string value ) : void
value string
Résultat void

LogWarning() public static méthode

public static LogWarning ( string value ) : void
value string
Résultat void