C# Class GSF.Diagnostics.LogFileCompactor

A method to read all of the logs in a single file.
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Méthode Description
Compact ( ICollection inputFileNames, string outputFileName ) : void

Reads all log messages from the supplied file.

Method Details

Compact() public static méthode

Reads all log messages from the supplied file.
public static Compact ( ICollection inputFileNames, string outputFileName ) : void
inputFileNames ICollection
outputFileName string
Résultat void