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

A method to read all of the logs in a single file.
Показать файл Открыть проект

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

Метод Описание
Compact ( ICollection inputFileNames, string outputFileName ) : void

Reads all log messages from the supplied file.

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

Compact() публичный статический Метод

Reads all log messages from the supplied file.
public static Compact ( ICollection inputFileNames, string outputFileName ) : void
inputFileNames ICollection
outputFileName string
Результат void