Skip to content

Commit

Permalink
chore: Add DataDog transport
Browse files Browse the repository at this point in the history
  • Loading branch information
megahertz committed Apr 5, 2024
1 parent db9f9d6 commit 58dcfae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58dcfae

Please sign in to comment.