C# Class 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.

ファイルを表示 Open project: IOL0ol1/ProconPlugins Class Usage Examples

Public Methods

Method Description
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)

Private Methods

Method Description
Output ( ) : System
WriteLine ( string message, TraceEventType eventType ) : void

Method Details

Close() public static method

public static Close ( ) : void
return void

Error() public static method

public static Error ( string format ) : void
format string
return void

Flush() public static method

public static Flush ( ) : void
return void

Information() public static method

public static Information ( string format ) : void
format string
return void

Warning() public static method

public static Warning ( string format ) : void
format string
return void

WriteLine() public static method

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
return void