Integration of Monolog into Nette Framework
The best way to install Kdyby/Monolog is using Composer:
$ composer require kdyby/monolog
Learn more in documentation.
Homepage http://www.kdyby.org and repository http://github.com/Kdyby/Monolog.
Integration of Monolog into Nette Framework
The best way to install Kdyby/Monolog is using Composer:
$ composer require kdyby/monolog
Learn more in documentation.
Homepage http://www.kdyby.org and repository http://github.com/Kdyby/Monolog.
Fixed compatibility with stable Tracy. (@mikoczy)
Updated to Nette 3.0.
v1.3.0
This release is for Nette ^2.4
TracyExceptionProcessor
sets $context['tracy_filename']
instead of tracy
TracyExceptionProcessor
sets $context['tracy_created'] = true
when the bluescreen is rendered (Tracy detects when it's rendering the same exception for the second time and doesn't rewrite it)LoggerAwareInterface
; thx @jakubskrzMonologAdapter
passes exception into $context['exception']
to allow more processing; thx @jiripudilTracyExceptionProcessor
no longer unsets $context['exception']
to allow more processingThis release is for Nette ^2.4
LoggerAwareInterface
; thx @jakubskrzMonologAdapter
passes exception into $context['exception']
to allow more processing; thx @jiripudilTracyExceptionProcessor
no longer unsets $context['exception']
to allow more processingThis release is for Nette 2.3.*
This release is for Nette ~2.3
monolog.priority
tag.TracyExceptionProcessor
that renders context.exception
as bluescreen into log dir and fills context.tracy
with exception filename. (thx @Andrewsville)TracyUrlProcessor
that prefixes context.tracy
with given baseUrl
so it can be made clickable in your log. Enable this using the tracyBaseUrl
option in config. (thx @Andrewsville)This release is for Nette ~2.3
This release is for Nette 2.3
This release is for Nette 2.2
This release is for Nette 2.1
This release is for Nette 2.2
This release is for Nette 2.2.*
This release is for Nette 2.1.*
Logger::channel()
that returns wrapped Logger
with changed channel nameThis release is for Nette 2.2.*
Logger::channel()
that returns wrapped Logger
with changed channel nameThis release is for Nette 2.1.*
First working release for Nette Framework 2.1