logger_utc

Crates.iologger_utc
lib.rslogger_utc
version0.2.0
sourcesrc
created_at2024-02-19 03:16:40.339857
updated_at2024-06-12 16:01:16.953489
descriptionLogging with time stamp library for Rust
homepage
repositoryhttps://github.com/HaDeSMonsta/logger_utc
max_upload_size
id1144667
size19,322
Leon (HaDeSMonsta)

documentation

README

logger_utc

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.

Features

  • Logs the given message with the current UTC time stamp to stdout.
  • Writes a log message including the current UTC time stamp to a file.
  • Writes any provided log string to a dynamic file. The filename will be a combination of the current date and the provided filename.

Usage

Add this to your Cargo.toml:

[dependencies]
logger_utc = "<version>"

License

This project is licensed under the Apache-2.0 License.

Commit count: 21

cargo fmt