1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-20 20:01:52 +02:00

Add BrowserConsoleHandler

BrowserConsoleHandler is an handler sending logs to browser's javascript console
with no browser extension required
This commit is contained in:
Olivier Poitrey
2014-01-16 18:15:27 -08:00
parent 01a01a4841
commit 577b7fe96c
3 changed files with 295 additions and 0 deletions

View File

@@ -141,6 +141,8 @@ Handlers
inline `console` messages within [FireBug](http://getfirebug.com/).
- _ChromePHPHandler_: Handler for [ChromePHP](http://www.chromephp.com/), providing
inline `console` messages within Chrome.
- _BrowserConsoleHandler_: Handler to send logs to browser's Javascript `console` with
no browser extension required. Most browsers supporting `console` API are supported.
### Log to databases