C# 클래스 AssemblyCSharp.PSDebug

파일 보기 프로젝트 열기: wooga/ps_social_jam

공개 메소드들

메소드 설명
Log ( PSDebugCategory category, PSDebugColor color, string message ) : void
Log ( PSDebugCategory category, string message ) : void
Log ( string message ) : void
LogError ( string message ) : void
LogInfo ( string message ) : void
LogWarning ( string message ) : void

메소드 상세

Log() 공개 정적인 메소드

public static Log ( PSDebugCategory category, PSDebugColor color, string message ) : void
category PSDebugCategory
color PSDebugColor
message string
리턴 void

Log() 공개 정적인 메소드

public static Log ( PSDebugCategory category, string message ) : void
category PSDebugCategory
message string
리턴 void

Log() 공개 정적인 메소드

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

LogError() 공개 정적인 메소드

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

LogInfo() 공개 정적인 메소드

public static LogInfo ( string message ) : void
message string
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( string message ) : void
message string
리턴 void