From 58dcfae5c8691f4c667c07512474d03582e1fd0f Mon Sep 17 00:00:00 2001 From: Alexey Prokhorov Date: Fri, 5 Apr 2024 15:15:31 +0800 Subject: [PATCH] chore: Add DataDog transport --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9187186..e4bac0f 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,10 @@ Transport is just a function `(msg: LogMessage) => void`, so you can easily override/add your own transport. [More info](docs/extend.md#transport). +#### Third-party transports + +- [Datadog](https://github.com/theogravity/electron-log-transport-datadog) + ### Overriding console.log Sometimes it's helpful to use electron-log instead of default `console`. It's