C# 클래스 uREPL.Log

파일 보기 프로젝트 열기: hecomi/uREPL 1 사용 예제들

공개 메소드들

메소드 설명
Error ( string log ) : void
Initialize ( ) : void
Output ( string log ) : void
Output ( string log, Level level, StackFrame frame ) : void
Warn ( string log ) : void

메소드 상세

Error() 공개 정적인 메소드

public static Error ( string log ) : void
log string
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

Output() 공개 정적인 메소드

public static Output ( string log ) : void
log string
리턴 void

Output() 공개 정적인 메소드

public static Output ( string log, Level level, StackFrame frame ) : void
log string
level Level
frame System.Diagnostics.StackFrame
리턴 void

Warn() 공개 정적인 메소드

public static Warn ( string log ) : void
log string
리턴 void