C# 클래스 LogicSpawn.GTARPG.Core.RPGLog

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

공개 메소드들

메소드 설명
Clear ( ) : void
Log ( Exception ex ) : void
Log ( string log ) : void
LogError ( Exception ex ) : void
LogError ( string error ) : void
LogRaw ( string text ) : void

비공개 메소드들

메소드 설명
L ( string s, bool raw = false ) : void

메소드 상세

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

Log() 공개 정적인 메소드

public static Log ( Exception ex ) : void
ex System.Exception
리턴 void

Log() 공개 정적인 메소드

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

LogError() 공개 정적인 메소드

public static LogError ( Exception ex ) : void
ex System.Exception
리턴 void

LogError() 공개 정적인 메소드

public static LogError ( string error ) : void
error string
리턴 void

LogRaw() 공개 정적인 메소드

public static LogRaw ( string text ) : void
text string
리턴 void