Skip to content

Commit 261b69e

Browse files
committed
Update README.md
1 parent 58af415 commit 261b69e

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,23 @@ Monolog handler for sending log messages and exceptions to Stackify.
55
Monolog >= 1.1.0 is supported.
66

77
Errors and Logs Overview:
8+
89
http://docs.stackify.com/m/7787/l/189767
910

1011
Sign Up for a Trial:
12+
1113
http://www.stackify.com/sign-up/
1214

1315
## Installation
1416
Install the latest version with `composer require stackify/monolog`
1517

1618
Or add dependency to `composer.json` file:
1719
```json
18-
"stackify/monolog": "~1.0",
20+
"stackify/monolog": "~1.0",
1921
```
2022

21-
By default the handler requires [Stackify agent](https://stackify.screenstepslive.com/s/3095/m/7787/l/119709-installation-for-linux) to be running. There are other ways to send data to Stackify, read about the pros and cons in the [transports](#transport) section.
23+
## Usage
2224

23-
## Basic usage
2425
```php
2526
use Monolog\Logger;
2627
use Stackify\Log\Monolog\Handler as StackifyHandler;
@@ -59,6 +60,20 @@ catch (DbException $ex) {
5960
}
6061
```
6162

63+
There are three different transport options that can be configured to send data to Stackify. Below will show how to implement the different transport options.
64+
65+
### ExecTransport
66+
67+
### CurlTransport
68+
69+
### AgentTransport
70+
71+
72+
73+
74+
75+
76+
6277
## <a name="transport"></a>Transport options
6378
Handler supports three ways to deliver data to Stackify:
6479

0 commit comments

Comments
 (0)