C# 클래스 Tce.RpcLogger

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

공개 메소드들

메소드 설명
addLogHandler ( string name, RpcLogHandler handler ) : RpcLogger
create ( string name ) : RpcLogger
debug ( string msg ) : RpcLogger
error ( string msg ) : RpcLogger
info ( string msg ) : RpcLogger
instance ( ) : RpcLogger
print ( string msg, LOG_TYPE type ) : RpcLogger
removeLogHandler ( string name ) : RpcLogger
setLevel ( LOG_TYPE type ) : RpcLogger
warn ( string msg ) : RpcLogger

비공개 메소드들

메소드 설명
RpcLogger ( string name = "" ) : System

메소드 상세

addLogHandler() 공개 메소드

public addLogHandler ( string name, RpcLogHandler handler ) : RpcLogger
name string
handler RpcLogHandler
리턴 RpcLogger

create() 공개 정적인 메소드

public static create ( string name ) : RpcLogger
name string
리턴 RpcLogger

debug() 공개 메소드

public debug ( string msg ) : RpcLogger
msg string
리턴 RpcLogger

error() 공개 메소드

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

info() 공개 메소드

public info ( string msg ) : RpcLogger
msg string
리턴 RpcLogger

instance() 공개 정적인 메소드

public static instance ( ) : RpcLogger
리턴 RpcLogger

print() 공개 메소드

public print ( string msg, LOG_TYPE type ) : RpcLogger
msg string
type LOG_TYPE
리턴 RpcLogger

removeLogHandler() 공개 메소드

public removeLogHandler ( string name ) : RpcLogger
name string
리턴 RpcLogger

setLevel() 공개 메소드

public setLevel ( LOG_TYPE type ) : RpcLogger
type LOG_TYPE
리턴 RpcLogger

warn() 공개 메소드

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