C# Class SwiftClient.Cli.Logger

Datei anzeigen Open project: vtfuture/SwiftClient

Public Methods

Method Description
Log ( string value ) : void
LogError ( string value ) : void
LogWarning ( string value ) : void

Method Details

Log() public static method

public static Log ( string value ) : void
value string
return void

LogError() public static method

public static LogError ( string value ) : void
value string
return void

LogWarning() public static method

public static LogWarning ( string value ) : void
value string
return void