C# Класс NLog.Internal.FileAppenders.SingleProcessFileAppender

Optimized single-process file appender which keeps the file open for exclusive write.
Наследование: BaseFileAppender
Показать файл Открыть проект

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

Свойство Тип Описание
TheFactory IFileAppenderFactory

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

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

Closes this instance.

Flush ( ) : void

Flushes this instance.

GetFileCreationTimeUtc ( ) : DateTime?

Gets the creation time for a file associated with the appender. The time returned is in Coordinated Universal Time [UTC] standard.

GetFileLastWriteTimeUtc ( ) : DateTime?

Gets the last time the file associated with the appeander is written. The time returned is in Coordinated Universal Time [UTC] standard.

GetFileLength ( ) : long?

Gets the length in bytes of the file associated with the appeander.

SingleProcessFileAppender ( string fileName, ICreateFileParameters parameters ) : System

Initializes a new instance of the SingleProcessFileAppender class.

Write ( byte bytes ) : void

Writes the specified bytes.

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

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

Closes this instance.
public Close ( ) : void
Результат void

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

Flushes this instance.
public Flush ( ) : void
Результат void

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

Gets the creation time for a file associated with the appender. The time returned is in Coordinated Universal Time [UTC] standard.
public GetFileCreationTimeUtc ( ) : DateTime?
Результат DateTime?

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

Gets the last time the file associated with the appeander is written. The time returned is in Coordinated Universal Time [UTC] standard.
public GetFileLastWriteTimeUtc ( ) : DateTime?
Результат DateTime?

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

Gets the length in bytes of the file associated with the appeander.
public GetFileLength ( ) : long?
Результат long?

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

Initializes a new instance of the SingleProcessFileAppender class.
public SingleProcessFileAppender ( string fileName, ICreateFileParameters parameters ) : System
fileName string Name of the file.
parameters ICreateFileParameters The parameters.
Результат System

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

Writes the specified bytes.
public Write ( byte bytes ) : void
bytes byte The bytes.
Результат void

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

TheFactory публичное статическое свойство

public static IFileAppenderFactory TheFactory
Результат IFileAppenderFactory