Skip to content

Commit fecae67

Browse files
committed
edit readme
1 parent 29869ca commit fecae67

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ You can install the bindings via [Composer](http://getcomposer.org/). Run the fo
1515
composer require bufferapp/php-bufflog
1616
```
1717

18-
1918
## Usage
2019
As simple as...
2120

@@ -45,5 +44,17 @@ Bufflog::critical("I'm critical log, here some extra fancy informations",
4544
]
4645
]
4746
);
48-
4947
```
48+
49+
## Log verbosity levels
50+
51+
By default, only logs with the WARNING level are output.
52+
If you wish to see more logs, simply set the `LOG_VERBOSITY` to the desired level. Here the list with their level and their use case:
53+
54+
| Levels | Use case | Examples |
55+
|:-:|---|---|
56+
| DEBUG | | |
57+
| INFO | | |
58+
| WARNING | | |
59+
| ERROR | | |
60+
| CRITICAL | | |

0 commit comments

Comments
 (0)