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.

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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