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.

Afficher le fichier Open project: IOL0ol1/ProconPlugins Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Output ( ) : System
WriteLine ( string message, TraceEventType eventType ) : void

Method Details

Close() public static méthode

public static Close ( ) : void
Résultat void

Error() public static méthode

public static Error ( string format ) : void
format string
Résultat void

Flush() public static méthode

public static Flush ( ) : void
Résultat void

Information() public static méthode

public static Information ( string format ) : void
format string
Résultat void

Warning() public static méthode

public static Warning ( string format ) : void
format string
Résultat void

WriteLine() public static méthode

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
Résultat void