exec_logger 0.1.1

A logging library focused on organizing logs per execution with automatic housekeeping
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "exec_logger"
version = "0.1.1"
edition = "2021"
authors=["Vinicius Benevides massaki1999@gmail.com"]
repository="https://github.com/VBenevides/exec_logger"
license="MIT"
description="A logging library focused on organizing logs per execution with automatic housekeeping"
keywords=["log", "execution", "housekeeping"]

[dependencies]
anyhow = "1.0.89"
arc-swap = "1.7.1"
chrono = "0.4.38"
once_cell = "1.20.2"
whoami = "1.5.2"