[][src]Constant std_logger::REQUEST_TARGET

pub const REQUEST_TARGET: &str = "request";

Target for logging requests.

The request macro provides a convenient way to log requests, it better to use that.

See the crate level documentation for more.