[][src]Crate casual_logger

A logger that can be easily installed to simplify the sample program. Ignore performance for ease of use. It only supports writing to files and deleting old log files.

Publish:

(1) cargo test (2) cargo run --example example (3) Open auto-generated log file. I check it. (4) Remove the log file. (5) Version up on Cargo.toml. (6) cargo doc --open (7) Comit to Git-hub. (8) cargo publish --dry-run (9) cargo publish

Structs

LOGGER

Logger grobal variable.

Log
Logger

Examples:

Table

Enums

Level

The higher this level, the more will be omitted.

Constants

SEQ