C# 클래스 Framework.Logging.Log

파일 보기 프로젝트 열기: Arctium-Emulation/Project-WoW

공개 프로퍼티들

프로퍼티 타입 설명
Logger Logger

공개 메소드들

메소드 설명
Clear ( ) : void
Initialize ( LogTypes logTypes, LogFile logFile = null ) : void
Message ( LogTypes logType, string text ) : void
NewLine ( ) : void
WaitForKey ( ) : void

메소드 상세

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( LogTypes logTypes, LogFile logFile = null ) : void
logTypes LogTypes
logFile Framework.Logging.IO.LogFile
리턴 void

Message() 공개 정적인 메소드

public static Message ( LogTypes logType, string text ) : void
logType LogTypes
text string
리턴 void

NewLine() 공개 정적인 메소드

public static NewLine ( ) : void
리턴 void

WaitForKey() 공개 정적인 메소드

public static WaitForKey ( ) : void
리턴 void

프로퍼티 상세

Logger 공개적으로 정적으로 프로퍼티

public static Logger Logger
리턴 Logger