C# 클래스 WP7CordovaClassLib.Cordova.Commands.DebugConsole

상속: WP7CordovaClassLib.Cordova.Commands.BaseCommand
파일 보기 프로젝트 열기: sgrebnov/IeMobileDebugger

공개 메소드들

메소드 설명
error ( string msg ) : void
log ( string msg ) : void
warn ( string msg ) : void

메소드 상세

error() 공개 메소드

public error ( string msg ) : void
msg string
리턴 void

log() 공개 메소드

public log ( string msg ) : void
msg string
리턴 void

warn() 공개 메소드

public warn ( string msg ) : void
msg string
리턴 void