pub struct LoggerOptions {
pub icon_connector: String,
pub error_icon: String,
pub info_icon: String,
pub warning_icon: String,
pub success_icon: String,
pub highlight: bool,
pub log_file: String,
pub colors: Colors,
}Fields§
§icon_connector: String§error_icon: String§info_icon: String§warning_icon: String§success_icon: String§highlight: bool§log_file: String§colors: ColorsImplementations§
Source§impl LoggerOptions
impl LoggerOptions
pub fn get_logger(self) -> Logger
Trait Implementations§
Source§impl Default for LoggerOptions
impl Default for LoggerOptions
Source§fn default() -> LoggerOptions
fn default() -> LoggerOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LoggerOptions
impl RefUnwindSafe for LoggerOptions
impl Send for LoggerOptions
impl Sync for LoggerOptions
impl Unpin for LoggerOptions
impl UnwindSafe for LoggerOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more