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)
|
Method | Description | |
---|---|---|
Output ( ) : System | ||
WriteLine ( string message, TraceEventType eventType ) : void |
public static Information ( string format ) : void | ||
format | string | |
return | void |
public static Warning ( string format ) : void | ||
format | string | |
return | void |
public static WriteLine ( string format ) : void | ||
format | string | |
return | void |