C# 클래스 RemotingGen.Logger

파일 보기 프로젝트 열기: FloodProject/flood

공개 메소드들

메소드 설명
Debug ( string msg ) : void
Error ( string msg ) : void
Info ( string msg ) : void
Logger ( LogLevel level ) : System
Warning ( string msg ) : void

비공개 메소드들

메소드 설명
Log ( LogLevel lvl, string msg ) : void

메소드 상세

Debug() 공개 메소드

public Debug ( string msg ) : void
msg string
리턴 void

Error() 공개 메소드

public Error ( string msg ) : void
msg string
리턴 void

Info() 공개 메소드

public Info ( string msg ) : void
msg string
리턴 void

Logger() 공개 메소드

public Logger ( LogLevel level ) : System
level LogLevel
리턴 System

Warning() 공개 메소드

public Warning ( string msg ) : void
msg string
리턴 void