C# 클래스 Server.EventLog

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
Error ( int eventID, string text ) : void
Inform ( int eventID, string text ) : void
Warning ( int eventID, string text ) : void

비공개 메소드들

메소드 설명
EventLog ( ) : System

메소드 상세

Error() 공개 정적인 메소드

public static Error ( int eventID, string text ) : void
eventID int
text string
리턴 void

Inform() 공개 정적인 메소드

public static Inform ( int eventID, string text ) : void
eventID int
text string
리턴 void

Warning() 공개 정적인 메소드

public static Warning ( int eventID, string text ) : void
eventID int
text string
리턴 void