Stitches multiple logs together, interweaving entries to make them chronological
LogStitcher can be installed with Chocolatey
choco install logstitcher.portable
Usage: logstitcher [File1] [File2] ...
Example 1: Stitch two files and print the result to stdin
logstitcher c:\logs\logFile1 c:\logs\logFile2
Example 2: Stitch all the .txt files in a directory and save the result to a file
logstitcher c:\logs\*.txt > c:\logs\stitched.log
Example 3: Stitching with wild cards across multiple directories
logstitcher c:\logs\directoryA\*.txt c:\logs\directoryB\*.txt
LogStitcher uses the following projects:
- MasterDevs.ChocolateyCoolWhip to build and deploy to Chocolatey