Function goose::logger::logger_main[][src]

pub async fn logger_main(
    configuration: GooseConfiguration,
    log_receiver: Receiver<Option<GooseDebug>>
)

Logger thread, opens a log file (if configured) and waits for messages from GooseUser threads. This function is not intended to be invoked manually.