rust-lang / log

Logging implementation for Rust
https://docs.rs/log
Apache License 2.0
2.12k stars 248 forks source link

feature request: support the `critical` level defined in the `wasi-logging` spec #629

Closed apepkuss closed 2 months ago

apepkuss commented 2 months ago

According the wasi-logging spec, the log level defines an additional variant critical. However, both Level and LevelFilter enums of log do not support it. Is it possible to provide support for it? Thanks a lot.

Thomasdezeeuw commented 2 months ago

Duplicate of #334, #626 and many others.