one_log

Crates.ioone_log
lib.rsone_log
version0.1.0
created_at2025-04-14 14:36:46.535311+00
updated_at2025-04-14 14:36:46.535311+00
descriptionSimple log call
homepagehttps://github.com/webcyou-org/one_log
repositoryhttps://github.com/webcyou-org/one_log
max_upload_size
id1632920
size14,629
daisuke.takayama (panicdragon)

documentation

README

OneLog

Debug

RUST_LOG=debug cargo run "Hello onelog info log."

LogType

RUST_LOG=debug cargo run "This is a warning" -t warn
RUST_LOG=debug cargo run "Something went wrong" -t error
RUST_LOG=debug cargo run "Debug details" -t debug
Commit count: 4

cargo fmt