C# 클래스 Utility.Console

파일 보기 프로젝트 열기: sebas77/Svelto-ECS

공개 메소드들

메소드 설명
Log ( string txt ) : void
LogError ( string txt ) : void
LogException ( Exception e ) : void
LogException ( Exception e, UnityEngine obj ) : void
LogWarning ( string txt ) : void
SystemLog ( string txt ) : void

This function should never be used explicitly

메소드 상세

Log() 공개 정적인 메소드

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

LogError() 공개 정적인 메소드

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

LogException() 공개 정적인 메소드

public static LogException ( Exception e ) : void
e System.Exception
리턴 void

LogException() 공개 정적인 메소드

public static LogException ( Exception e, UnityEngine obj ) : void
e System.Exception
obj UnityEngine
리턴 void

LogWarning() 공개 정적인 메소드

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

SystemLog() 공개 정적인 메소드

This function should never be used explicitly
public static SystemLog ( string txt ) : void
txt string
리턴 void