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

Logs data in a file with a XML like format (missing the header and footer such that the lines can be happened)
Наследование: System.Diagnostics.TextWriterTraceListener
Показать файл Открыть проект

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

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

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

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

public GWFileTraceListener ( ) : System
Результат System

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

public GWFileTraceListener ( string fileName ) : System
fileName string
Результат System

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