C# Class qtools.Core.CLI.ConsoleOutput

Inheritance: OutputBase
显示文件 Open project: jondot/qtools

Public Methods

Method Description
Error ( string msg ) : void
Log ( string msg ) : void
Out ( string s ) : void
Warn ( string msg ) : void

Method Details

Error() public method

public Error ( string msg ) : void
msg string
return void

Log() public method

public Log ( string msg ) : void
msg string
return void

Out() public method

public Out ( string s ) : void
s string
return void

Warn() public method

public Warn ( string msg ) : void
msg string
return void