C# Class WPCordovaClassLib.Cordova.Commands.DebugConsole

Inheritance: BaseCommand
Afficher le fichier Open project: ChristianWeyer/tUdUs

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