C# Class ConsoleDemo.console

Exibir arquivo Open project: NetDimension/WeiboSDK

Public Methods

Method Description
attention ( string msg ) : void
data ( string msg ) : void
error ( string msg ) : void
info ( string msg ) : void
key ( string msg ) : void
log ( ) : void
log ( string msg ) : void
tip ( string msg ) : void
warn ( string msg ) : void

Method Details

attention() public static method

public static attention ( string msg ) : void
msg string
return void

data() public static method

public static data ( string msg ) : void
msg string
return void

error() public static method

public static error ( string msg ) : void
msg string
return void

info() public static method

public static info ( string msg ) : void
msg string
return void

key() public static method

public static key ( string msg ) : void
msg string
return void

log() public static method

public static log ( ) : void
return void

log() public static method

public static log ( string msg ) : void
msg string
return void

tip() public static method

public static tip ( string msg ) : void
msg string
return void

warn() public static method

public static warn ( string msg ) : void
msg string
return void