Crates.io | logger_utc |
lib.rs | logger_utc |
version | 0.2.0 |
source | src |
created_at | 2024-02-19 03:16:40.339857 |
updated_at | 2024-06-12 16:01:16.953489 |
description | Logging with time stamp library for Rust |
homepage | |
repository | https://github.com/HaDeSMonsta/logger_utc |
max_upload_size | |
id | 1144667 |
size | 19,322 |
This package provides a few essential logging features for your Rust application. You can log your messages with a timestamp to stdout or a file.
Add this to your Cargo.toml
:
[dependencies]
logger_utc = "<version>"
This project is licensed under the Apache-2.0 License.