C# 클래스 ILDynaRec.Debug

파일 보기 프로젝트 열기: zapu/UnityHotSwap

공개 프로퍼티들

프로퍼티 타입 설명
ErrorAction Action
LogAction Action
WarnAction Action

공개 메소드들

메소드 설명
Log ( string str ) : void
LogError ( string str ) : void
LogErrorFormat ( string format ) : void
LogFormat ( string format ) : void
LogWarning ( string str ) : void
LogWarningFormat ( string format ) : void
Silence ( ) : void

Disable all logging by setting log actions to empty functions

Trace ( string line ) : void

비공개 메소드들

메소드 설명
Debug ( ) : System

메소드 상세

Log() 공개 정적인 메소드

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

LogError() 공개 정적인 메소드

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

LogErrorFormat() 공개 정적인 메소드

public static LogErrorFormat ( string format ) : void
format string
리턴 void

LogFormat() 공개 정적인 메소드

public static LogFormat ( string format ) : void
format string
리턴 void

LogWarning() 공개 정적인 메소드

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

LogWarningFormat() 공개 정적인 메소드

public static LogWarningFormat ( string format ) : void
format string
리턴 void

Silence() 공개 정적인 메소드

Disable all logging by setting log actions to empty functions
public static Silence ( ) : void
리턴 void

Trace() 공개 정적인 메소드

public static Trace ( string line ) : void
line string
리턴 void

프로퍼티 상세

ErrorAction 공개적으로 정적으로 프로퍼티

public static Action ErrorAction
리턴 Action

LogAction 공개적으로 정적으로 프로퍼티

public static Action LogAction
리턴 Action

WarnAction 공개적으로 정적으로 프로퍼티

public static Action WarnAction
리턴 Action