C# 클래스 UnityConsoleTraceListener, unity-kit

상속: System.Diagnostics.TraceListener
파일 보기 프로젝트 열기: johnsietsma/unity-kit

공개 메소드들

메소드 설명
Write ( object o ) : void
Write ( object o, string category ) : void
Write ( string message ) : void
Write ( string message, string category ) : void
WriteLine ( object o ) : void
WriteLine ( object o, string category ) : void
WriteLine ( string message ) : void
WriteLine ( string message, string category ) : void

메소드 상세

Write() 공개 메소드

public Write ( object o ) : void
o object
리턴 void

Write() 공개 메소드

public Write ( object o, string category ) : void
o object
category string
리턴 void

Write() 공개 메소드

public Write ( string message ) : void
message string
리턴 void

Write() 공개 메소드

public Write ( string message, string category ) : void
message string
category string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( object o ) : void
o object
리턴 void

WriteLine() 공개 메소드

public WriteLine ( object o, string category ) : void
o object
category string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string message ) : void
message string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string message, string category ) : void
message string
category string
리턴 void