C# 클래스 CryEngine.API.Logging

파일 보기 프로젝트 열기: samneirinck/cemono

공개 메소드들

메소드 설명
CryWarning ( string format ) : void

Logs a warning message to the console

Log ( string format ) : void

Logs a message to the console

LogAlways ( string format ) : void

Logs a message to the console, regardless of log_verbosity settings

비공개 메소드들

메소드 설명
_CryWarning ( string msg ) : void
_Log ( string msg ) : void
_LogAlways ( string msg ) : void

메소드 상세

CryWarning() 공개 정적인 메소드

Logs a warning message to the console
public static CryWarning ( string format ) : void
format string
리턴 void

Log() 공개 정적인 메소드

Logs a message to the console
public static Log ( string format ) : void
format string
리턴 void

LogAlways() 공개 정적인 메소드

Logs a message to the console, regardless of log_verbosity settings
public static LogAlways ( string format ) : void
format string
리턴 void