pub fn init_logger(
    config: Option<LoggingConfig>,
    logs_tx: Option<SyncSender<LogEntry>>
)
Expand description

Initialize the logger with the given configuration