C# 클래스 ToCSLight.ScriptLogger, CSLightForUnity

상속: ICLS_Logger
파일 보기 프로젝트 열기: wpszz/CSLightForUnity

공개 메소드들

메소드 설명
Log ( string str ) : void
Log_Error ( string str ) : void
Log_Warn ( string str ) : void

메소드 상세

Log() 공개 메소드

public Log ( string str ) : void
str string
리턴 void

Log_Error() 공개 메소드

public Log_Error ( string str ) : void
str string
리턴 void

Log_Warn() 공개 메소드

public Log_Warn ( string str ) : void
str string
리턴 void