C# 클래스 LearnLanguages.DebugLogger

상속: ILogger
파일 보기 프로젝트 열기: ibgib/LearnLanguages

공개 메소드들

메소드 설명
Handle ( Common message ) : void
Log ( string msg, LogPriority priority, LogCategory category ) : void

메소드 상세

Handle() 공개 메소드

public Handle ( Common message ) : void
message Common
리턴 void

Log() 공개 메소드

public Log ( string msg, LogPriority priority, LogCategory category ) : void
msg string
priority LogPriority
category LogCategory
리턴 void