C# Класс PBCaGw.Services.GWConsoleTraceListener

A colored, and more informative TraceListener than the default ConsoleTraceListener
Наследование: System.Diagnostics.ConsoleTraceListener
Показать файл Открыть проект

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

Метод Описание
TraceEvent ( TraceEventCache eventCache, string source, TraceEventType eventType, int id, string message ) : void

Приватные методы

Метод Описание
GWConsoleTraceListener ( ) : System

Setup the console, and write the header

Описание методов

TraceEvent() публичный Метод

public TraceEvent ( TraceEventCache eventCache, string source, TraceEventType eventType, int id, string message ) : void
eventCache System.Diagnostics.TraceEventCache
source string
eventType TraceEventType
id int
message string
Результат void