Expand description

DataDog output for flexi_logger

Modules

Writable adapter that manages communication with the async writer task

Configuration structs Defaults pulled from https://docs.datadoghq.com/api/latest/logs/#send-logs

Errors

Writer task that posts data to the api

Functions

Create and set logger with the writer running on the tokio runtime

Create DataDogAdapter and DataDogHttpWriter. writer.poll() will need to be spawned via a thread or runtime

Create and spawn logger on the tokio runtime