#logging #events

qlog-rs

Library that allows logging qlog events

1 unstable release

new 0.1.0 Apr 2, 2025

#19 in #network-programming

MIT/Apache

30KB
656 lines

qlog-rs

qlog-rs is a library that allows you to log qlog events in your network application. The qlog structure is based on IETF draft 10 of the specification (latest version when implementation started). It currently only supports logging to a .sqlog file and custom moq-transfork events.

Usage

Call the following function in your application to start the log file with some file details (title, description...).

QlogWriter::log_file_details(...);

When you want to generate logs, run your application with the QLOGFILE environment variable, nothing will get logged if this variable isn't specified.

QLOGFILE="qlog_file.sqlog" cargo run --bin your-application

Dependencies

~2.1–3.5MB
~63K SLoC