Thomasdezeeuw / std-logger

A logging implementation for the log crate that logs messages to standard error and requests to standard out.
https://docs.rs/std-logger
Apache License 2.0
9 stars 2 forks source link

Add Config::with_call_location #62

Closed Thomasdezeeuw closed 1 year ago

Thomasdezeeuw commented 1 year ago

Enables or disables logging of the call location.

We keep the default of enabling it only if debug (or lower) messages are enabled.

Closes #61