C# 클래스 PRoConEvents.Output

Trace will be ignore when plugin compiled.

Debug need checked 'enable plugin debug' in PRoCon.

Output can be used anytime and anywhere in pcocon.

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

공개 메소드들

메소드 설명
Close ( ) : void
Error ( string format ) : void
Flush ( ) : void
Information ( string format ) : void
Warning ( string format ) : void
WriteLine ( string format ) : void

Write line message, support some escape character.

^0 Black

^1 Maroon

^2 Medium Sea Green

^3 Dark Orange

^4 Royal Blue

^5 Cornflower Blue

^6 Dark Violet

^7 Deep Pink

^8 Red

^9 Grey

^b Bold

^n Normal

^i Italicized

^^ ^(Escape character)

비공개 메소드들

메소드 설명
Output ( ) : System
WriteLine ( string message, TraceEventType eventType ) : void

메소드 상세

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

Error() 공개 정적인 메소드

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

Flush() 공개 정적인 메소드

public static Flush ( ) : void
리턴 void

Information() 공개 정적인 메소드

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

Warning() 공개 정적인 메소드

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

WriteLine() 공개 정적인 메소드

Write line message, support some escape character.

^0 Black

^1 Maroon

^2 Medium Sea Green

^3 Dark Orange

^4 Royal Blue

^5 Cornflower Blue

^6 Dark Violet

^7 Deep Pink

^8 Red

^9 Grey

^b Bold

^n Normal

^i Italicized

^^ ^(Escape character)

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