C++ SIP Stack  0.31
정적 Public 멤버 함수 | 정적 Public 속성 | 모든 멤버 목록
com.cppsipstack.SipLog 클래스 참조

안드로이드 로그 출력 클래스 더 자세히 ...

정적 Public 멤버 함수

static void Debug (String strText)
 디버그 로그를 출력한다.
static void Error (String strText)
 에러 로그를 출력한다.

정적 Public 속성

static String LOG_TAG = "AndroidSipStack"

상세한 설명

안드로이드 로그 출력 클래스

작성자
websearch (webse.nosp@m.arch.nosp@m.@nave.nosp@m.r.co.nosp@m.m)

멤버 함수 문서화

static void com.cppsipstack.SipLog.Debug ( String  strText)
inlinestatic

디버그 로그를 출력한다.

매개변수
strText로그 메시지
static void com.cppsipstack.SipLog.Error ( String  strText)
inlinestatic

에러 로그를 출력한다.

매개변수
strText로그 메시지

멤버 데이타 문서화

String com.cppsipstack.SipLog.LOG_TAG = "AndroidSipStack"
static