3 releases

0.0.6 Jun 1, 2024
0.0.5 Apr 16, 2024
0.0.4 Feb 2, 2024

#8 in #shrs

Download history 1/week @ 2024-06-16 16/week @ 2024-09-22 35/week @ 2024-09-29

51 downloads per month

MIT/Apache

37KB

shrs_file_logger

generate debug logs for shrs

crates.io MIT/Apache 2.0

This is a plugin for shrs.

Using this plugin

First add this plugin to your dependencies

shrs_file_logger = { version = "0.0.6" }

Then include this plugin when initializing shrs

use shrs::prelude::*;
use shrs_file_logger::FileLogger;

let myshell = ShellBuilder::default()
    .with_plugin(FileLogger::default())
    .build()
    .unwrap();

Dependencies

~16–33MB
~477K SLoC