C# 클래스 CLog, AllJoyn

파일 보기 프로젝트 열기: pubnub/AllJoyn 1 사용 예제들

공개 메소드들

메소드 설명
Log ( String msg ) : void
LogError ( String msg ) : void
LogException ( Exception exception ) : void
LogWarning ( String msg ) : void
getDebugLevel ( ) : int
setDebugLevel ( int userLevel ) : void

메소드 상세

Log() 공개 정적인 메소드

public static Log ( String msg ) : void
msg String
리턴 void

LogError() 공개 정적인 메소드

public static LogError ( String msg ) : void
msg String
리턴 void

LogException() 공개 정적인 메소드

public static LogException ( Exception exception ) : void
exception Exception
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( String msg ) : void
msg String
리턴 void

getDebugLevel() 공개 정적인 메소드

public static getDebugLevel ( ) : int
리턴 int

setDebugLevel() 공개 정적인 메소드

public static setDebugLevel ( int userLevel ) : void
userLevel int
리턴 void