Lines Matching defs:macros
29 //! The basic use of the log crate is through the five logging macros: [`error!`],
34 //! Each of these macros accept format strings similarly to [`println!`].
47 //! macros to log whatever information will be useful to downstream consumers.
258 //! These features control the value of the `STATIC_MAX_LEVEL` constant. The logging macros check
342 mod macros;
1151 /// logging macros.
1280 /// This method isn't called automatically by the `log!` macros.
1372 /// The [`log!`], [`error!`], [`warn!`], [`info!`], [`debug!`], and [`trace!`] macros check
1519 /// (including all logging macros).
1648 /// This value is checked by the log macros, but not by the `Log`ger returned by