Struct spdlog::error::SetLoggerNameError
source · pub struct SetLoggerNameError { /* private fields */ }
Expand description
This error indicates that an invalid logger name was set.
See the documentation of LoggerBuilder::name
for the name requirements.
Trait Implementations§
source§impl Debug for SetLoggerNameError
impl Debug for SetLoggerNameError
source§impl Display for SetLoggerNameError
impl Display for SetLoggerNameError
source§impl Error for SetLoggerNameError
impl Error for SetLoggerNameError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<SetLoggerNameError> for InvalidArgumentError
impl From<SetLoggerNameError> for InvalidArgumentError
source§fn from(source: SetLoggerNameError) -> Self
fn from(source: SetLoggerNameError) -> Self
Converts to this type from the input type.