EliteJournalReader 4.0.32

dotnet add package EliteJournalReader --version 4.0.32
                    
NuGet\Install-Package EliteJournalReader -Version 4.0.32
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EliteJournalReader" Version="4.0.32" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EliteJournalReader" Version="4.0.32" />
                    
Directory.Packages.props
<PackageReference Include="EliteJournalReader" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EliteJournalReader --version 4.0.32
                    
#r "nuget: EliteJournalReader, 4.0.32"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package EliteJournalReader@4.0.32
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EliteJournalReader&version=4.0.32
                    
Install as a Cake Addin
#tool nuget:?package=EliteJournalReader&version=4.0.32
                    
Install as a Cake Tool

EliteJournalReader

The game Elite Dangerous generates a journal file while playing. Tools can use this data for their own purposes.

This library aims to provide an easy way to consume these journal events in a .NET environment.

Usage

Instantiate a JournalWatcher object. Call StartWatching() to start monitoring the Elite Dangerous Save Games folder (where the journal files are created) and register for events by calling:

JournalWatcher.GetEvent<TEventType>().Fired += MyEventHandler;

All events are automatically registered by a static method, you can find them in the namespace EliteJournalReader.Events.

When you're done, call StopWatching() to stop monitoring file changes.

More information

The full documentation on all generated events can be found at: http://hosting.zaonce.net/community/journal/v18/Journal_Manual_v18.pdf (or the same as a Word document)

Disclaimer

This site was created using assets and imagery from Elite: Dangerous, with the permission of Frontier Developments plc for non-commercial purposes. It is not endorsed by nor reflects the views or opinions of Frontier Developments and no employee of Frontier Developments was involved in the making of it.

Product Compatible and additional computed target framework versions.
.NET Framework net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.32 152 8/27/2025
3.7.4 496 8/6/2021
3.7.3.1 420 5/25/2021
3.7.3 405 5/25/2021
3.7.2 409 3/25/2021
3.7.1 416 3/8/2021