C# 클래스 GameFramework.LogSystem

파일 보기 프로젝트 열기: dreamanlan/CSharpGameFramework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OnOutput LogSystemOutputDelegation

공개 메소드들

메소드 설명
Assert ( bool check, string format ) : void
Error ( string format ) : void
Info ( string format ) : void
Log ( string msg ) : void
Warn ( string format ) : void

비공개 메소드들

메소드 설명
Debug ( string format ) : void
Output ( Log_Type type, string msg ) : void

메소드 상세

Assert() 공개 정적인 메소드

public static Assert ( bool check, string format ) : void
check bool
format string
리턴 void

Error() 공개 정적인 메소드

public static Error ( string format ) : void
format string
리턴 void

Info() 공개 정적인 메소드

public static Info ( string format ) : void
format string
리턴 void

Log() 공개 정적인 메소드

public static Log ( string msg ) : void
msg string
리턴 void

Warn() 공개 정적인 메소드

public static Warn ( string format ) : void
format string
리턴 void

프로퍼티 상세

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

public static LogSystemOutputDelegation OnOutput
리턴 LogSystemOutputDelegation