C# Класс CK.Monitoring.GrandOutputHandlers.TextFile

Binary file handler.
Наследование: HandlerBase
Показать файл Открыть проект

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

Метод Описание
Close ( IActivityMonitor m ) : void

Closes the file if it is opened.

Handle ( GrandOutputEventInfo logEvent, bool parrallelCall ) : void

Writes a log entry (that can actually be a IMulticastLogEntry).

Initialize ( IActivityMonitor m ) : void

Initialization of the handler: computes the path.

TextFile ( TextFileConfiguration config ) : System

Initializes a new TextFile bound to its TextFileConfiguration.

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

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

Closes the file if it is opened.
public Close ( IActivityMonitor m ) : void
m IActivityMonitor The monitor to use to track activity.
Результат void

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

Writes a log entry (that can actually be a IMulticastLogEntry).
public Handle ( GrandOutputEventInfo logEvent, bool parrallelCall ) : void
logEvent GrandOutputEventInfo The log entry.
parrallelCall bool True if this is a parrallel call.
Результат void

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

Initialization of the handler: computes the path.
public Initialize ( IActivityMonitor m ) : void
m IActivityMonitor
Результат void

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

Initializes a new TextFile bound to its TextFileConfiguration.
public TextFile ( TextFileConfiguration config ) : System
config TextFileConfiguration The configuration.
Результат System