C# 클래스 UnityDebug.Program.Logger

상속: MonoDevelop.Debugger.Soft.Unity.Log.ILogger
파일 보기 프로젝트 열기: Unity-Technologies/vscode-unity-debug

공개 메소드들

메소드 설명
Error ( string message, Exception e ) : void
Info ( string message ) : void
Warning ( string message, Exception e ) : void

메소드 상세

Error() 공개 메소드

public Error ( string message, Exception e ) : void
message string
e System.Exception
리턴 void

Info() 공개 메소드

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

Warning() 공개 메소드

public Warning ( string message, Exception e ) : void
message string
e System.Exception
리턴 void