We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05137a commit 2996b9aCopy full SHA for 2996b9a
README.md
@@ -11,12 +11,21 @@ A library with logging enhancement. Including:
11
- `LogglyHandler` class
12
- It extends monolog's LogglyHandler with tags support
13
14
+- `DatadogHandler` class
15
+ - It supports Datadog Logs
16
+
17
## Install
18
19
```bash
20
composer require onramplab/laravel-log-enhancement
21
```
22
23
+- use Datadog APM to connect php logs and traces
24
+```bash
25
+curl -LO https://github.com/DataDog/dd-trace-php/releases/latest/download/datadog-setup.php
26
+sudo php datadog-setup.php --php-bin=all
27
+```
28
29
## Usage
30
31
### LoggerFacade
0 commit comments