C# 클래스 GSF.Diagnostics.LogFileCompactor

A method to read all of the logs in a single file.
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 메소드들

메소드 설명
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