Lines Matching refs:set
185 //! messages at levels that are disabled. It's important to set it, as it
187 //! In the case of our example logger, we'll want to set the maximum log level
262 //! once they're set.
372 self.v.set(val)
385 self.v.set(new);
404 // LOGGER hasn't actually been set yet), or the logger's active.
413 static SET_LOGGER_ERROR: &str = "attempted to set a logger after the logging system \
635 /// to get and set the maximum log level with [`max_level()`] and [`set_max_level`].
999 /// The `RecordBuilder` can set the different parameters of `Record` object, and returns
1213 /// The `MetadataBuilder` can set the different parameters of a `Metadata` object, and returns
1374 /// log level is set by the [`set_max_level`] function.
1387 // is set to a usize that is a valid discriminant for `LevelFilter`.
1388 // Since `MAX_LOG_LEVEL_FILTER` is private, the only time it's set
1404 /// An error is returned if a logger has already been set.
1430 /// An error is returned if a logger has already been set.
1573 /// If a logger has not been set, a no-op implementation is returned.
1807 "attempted to set a logger after the logging system \