Function slog_scope::logger
source · pub fn logger() -> LoggerExpand description
Access the Logger for the current logging scope
This function needs to clone an underlying scoped
Logger. If performance is of vital importance,
use with_logger.