Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 1.3 KB

README.md

File metadata and controls

34 lines (17 loc) · 1.3 KB

LogStitcher Build status Chocolatey Chocolatey

Stitches multiple logs together, interweaving entries to make them chronological

Installation

LogStitcher can be installed with Chocolatey

choco install logstitcher.portable

Usage and Examples

Usage: logstitcher [File1] [File2] ...

Examples

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 

Credits

LogStitcher uses the following projects: