C# 클래스 FastNetwork.Log.ListenerWrapper

trace listener wrapper
상속: ITraceListener
파일 보기 프로젝트 열기: zhujunxxxxx/FastNetwork

공개 메소드들

메소드 설명
Debug ( string message ) : void

debug

Error ( string message, Exception ex ) : void

error

Info ( string message ) : void

info

ListenerWrapper ( Action onDebug, Exception>.Action onError, Action onInfo ) : System

new

메소드 상세

Debug() 공개 메소드

debug
public Debug ( string message ) : void
message string
리턴 void

Error() 공개 메소드

error
public Error ( string message, Exception ex ) : void
message string
ex System.Exception
리턴 void

Info() 공개 메소드

info
public Info ( string message ) : void
message string
리턴 void

ListenerWrapper() 공개 메소드

new
public ListenerWrapper ( Action onDebug, Exception>.Action onError, Action onInfo ) : System
onDebug Action
onError Exception>.Action
onInfo Action
리턴 System