pub struct ThinLogger { /* private fields */ }Implementations§
Source§impl ThinLogger
impl ThinLogger
pub fn new(app_level_logs: LevelFilter) -> Self
pub fn external_logs(self, level: LevelFilter) -> Self
pub fn init(self) -> Result<()>
Auto Trait Implementations§
impl Freeze for ThinLogger
impl RefUnwindSafe for ThinLogger
impl Send for ThinLogger
impl Sync for ThinLogger
impl Unpin for ThinLogger
impl UnwindSafe for ThinLogger
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