Skip to content

Commit

Permalink
upd readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tooyz committed Mar 15, 2021
1 parent f03345d commit 8019d25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,10 @@ RequestLog::getList()
RequestLog::setStorageSize(500); // 500 запросов
RequestLog::setStorageSize(0); //Без лимита
```
Для остановки логирования можно вызвать
```
RequestLog::setEnabled(false);
```

## Другие библиотеки

Expand Down

0 comments on commit 8019d25

Please sign in to comment.