Trait rux::logging::LoggingBackend [] [src]

pub trait LoggingBackend where
    Self: Handler<EpollEvent> + 'static, 
{ fn level(&self) -> LogLevel; fn setup(&self, epfd: &EpollFd) -> Result<Box<Log>>; }

TODO: provide debug/warn/info/... macro implementations with thread_local! Logging Handler

Required Methods

Implementors