pub struct EZLogger { /* private fields */ }Implementations§
Source§impl EZLogger
impl EZLogger
pub fn new(config: EZLogConfig) -> Result<Self, LogError>
pub fn query_log_files_for_date(&self, date: OffsetDateTime) -> Vec<PathBuf>
Auto Trait Implementations§
impl Freeze for EZLogger
impl !RefUnwindSafe for EZLogger
impl !Send for EZLogger
impl !Sync for EZLogger
impl Unpin for EZLogger
impl !UnwindSafe for EZLogger
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