slog2-extra
A crate that wraps methods defined in libslog2-extra in an idomatic rust interface. Also exposes all unsafe c ffi functions via a ffi module.
libslog2-extra is used to dump/obfuscate/hash logging buffers data from the slogger2 system logger daemon.
Usage
Add this to your Cargo.toml:
[]
= "0.1"
Example
Dump all logs to a file:
let file = create.expect;
dump_logs_to_file.expect;
Target Support
This crate was tested for targets aarch64-unknown-nto-qnx800, x86_64-pc-nto-qnx800 with the rustc that is shipped in the qnxsoftwarecenter.