Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.
/ X-PlaneLogParser Public archive

A parser for the X-Plane log file to remove all the stuff I don't care about

License

Notifications You must be signed in to change notification settings

magknight/X-PlaneLogParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X-Plane Log Parser

As the name suggests, it's a parser for the X-Plane log file. I was getting really annoyed with having to look through people's log files when they were immensely log, and contained 90% stuff I didn't care about. Here, my solution is to remove the lines that are not of interest.

It's not very exciting

Install

npm install -g x-plane-log-parser

Usage

For the default file location: ./Log.txt run npm start For a custom file location, run: npm start --path="C:/X-Plane 11/Log.txt"

It's also possible to use:

xp-log
xp-log --file="./airspace/Log.txt"

About

A parser for the X-Plane log file to remove all the stuff I don't care about

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published