C# Class WPCordovaClassLib.Cordova.Commands.DebugConsole

Inheritance: BaseCommand
Mostra file Open project: ChristianWeyer/tUdUs

Public Methods

Method Description
error ( string msg ) : void
log ( string msg ) : 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

warn() public method

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