Skip to content

Commit 2996b9a

Browse files
committed
doc(README): update readme
1 parent b05137a commit 2996b9a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,21 @@ A library with logging enhancement. Including:
1111
- `LogglyHandler` class
1212
- It extends monolog's LogglyHandler with tags support
1313

14+
- `DatadogHandler` class
15+
- It supports Datadog Logs
16+
1417
## Install
1518

1619
```bash
1720
composer require onramplab/laravel-log-enhancement
1821
```
1922

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+
2029
## Usage
2130

2231
### LoggerFacade

0 commit comments

Comments
 (0)