rust-lang / log

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

Add std-logger to list of implementations #554

Closed Thomasdezeeuw closed 1 year ago

Thomasdezeeuw commented 1 year ago

While making https://github.com/rust-lang/log/pull/553 I released my own library isn't even in the list, so I though I might as well add it. Unless we decide to remove all of them in https://github.com/rust-lang/log/issues/551.

JohnTitor commented 1 year ago

So do we accept any crates? I think it's a straightforward way but I'm concerned that README could become less readable.

Thomasdezeeuw commented 1 year ago

So do we accept any crates? I think it's a straightforward way but I'm concerned that README could become less readable.

It's a valid concern. I don't think it's too bad at the moment and I think not having a concrete implementation in the log crate is one of the stumbling blocks for new users. But let's discuss this further in https://github.com/rust-lang/log/issues/551.