C# Class qtools.Core.CLI.ConsoleOutput

Inheritance: OutputBase
Afficher le fichier Open project: jondot/qtools

Méthodes publiques

Méthode Description
Error ( string msg ) : void
Log ( string msg ) : void
Out ( string s ) : void
Warn ( string msg ) : void

Method Details

Error() public méthode

public Error ( string msg ) : void
msg string
Résultat void

Log() public méthode

public Log ( string msg ) : void
msg string
Résultat void

Out() public méthode

public Out ( string s ) : void
s string
Résultat void

Warn() public méthode

public Warn ( string msg ) : void
msg string
Résultat void