tlog 0.1.3

A debug library which writes logs into file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.libc]
version = "0.2.0"

[dependencies.time]
features = ["local-offset"]
version = "0.3.0"

[package]
authors = ["Hugo Wang <w@mitnk.com>"]
description = "A debug library which writes logs into file."
documentation = "https://docs.rs/tlog/"
edition = "2021"
license = "MIT"
name = "tlog"
readme = "README.md"
repository = "https://github.com/mitnk/tlog"
resolver = "2"
version = "0.1.3"