C# Class WP7CordovaClassLib.Cordova.Commands.DebugConsole

Inheritance: WP7CordovaClassLib.Cordova.Commands.BaseCommand
Afficher le fichier Open project: sgrebnov/IeMobileDebugger

Méthodes publiques

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

warn() public méthode

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