tlog 0.1.0

A debug tool (library) which writes logs into file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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 tool (library) which writes logs into file."
edition = "2021"
license = "MIT"
name = "tlog"
repository = "https://github.com/mitnk/tlog"
resolver = "2"
version = "0.1.0"