C# Класс GSF.Diagnostics.LogFileWriter

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

Открытые свойства

Свойство Тип Описание
FileName string

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

Метод Описание
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Flush ( ) : void

Flushes the stream to the disk.

LogFileWriter ( string logFileName ) : System

Creates a LogFileWriter that initially queues message

Write ( LogMessage log, bool autoFlush = true ) : void

Writes the specified log to the file

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

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

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

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

Flushes the stream to the disk.
public Flush ( ) : void
Результат void

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

Creates a LogFileWriter that initially queues message
public LogFileWriter ( string logFileName ) : System
logFileName string
Результат System

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

Writes the specified log to the file
public Write ( LogMessage log, bool autoFlush = true ) : void
log LogMessage
autoFlush bool
Результат void

Описание свойств

FileName публичное свойство

The file name
public string FileName
Результат string