fstdout-logger 0.2.2

An implementation of the log crate that logs to stdout and to an optional log file with configurable options.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "fstdout-logger"
description = "An implementation of the log crate that logs to stdout and to an optional log file with configurable options."
license = "MIT"
repository = "https://github.com/LOSEARDES77/fstdout-logger"
version = "0.2.2"
edition = "2024"

[dependencies]
log = "0.4"
chrono = "0.4"
thiserror = "2.0.12"
colored = "3.0.0"
tar = "0.4.44"
flate2 = "1.1.1"