Skip to content

Stitches multiple logs together, interweaving entries to make them chronological

License

Notifications You must be signed in to change notification settings

MasterDevs/LogStitcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Stitches multiple logs together, interweaving entries to make them chronological

Resources

License

Stars

Watchers

Forks

Packages

No packages published