Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Ighalo committed Aug 9, 2020
1 parent 619255c commit 5f0eeb8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,15 @@ try{
```
Find more examples [**here**](./src/Examples)

## Configure Logger ##
````php
//Set Logger path
$client->setLoggerPath(dirname(__FILE__));

//Set custom Logger
$client->setLogger = $->CustomLoggerService();
````

## Documentation ##
* https://doc.seerbit.com/

Expand Down

0 comments on commit 5f0eeb8

Please sign in to comment.