C# 클래스 GameBase.Config.Log

파일 보기 프로젝트 열기: dream-young-soul/soul

공개 메소드들

메소드 설명
Dispose ( ) : void
Init ( String sDir, bool debug = true ) : void
Instance ( ) : Log
WriteLog ( String sLog ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Init() 공개 메소드

public Init ( String sDir, bool debug = true ) : void
sDir String
debug bool
리턴 void

Instance() 공개 정적인 메소드

public static Instance ( ) : Log
리턴 Log

WriteLog() 공개 메소드

public WriteLog ( String sLog ) : void
sLog String
리턴 void