Releases: Kdyby/Monolog
Releases · Kdyby/Monolog
v2.0.1
v2.0.0
v1.4.0
v1.3.2
v1.3.1
- Fixed autoloading bug introduced in
v1.3.0
This release is for Nette ^2.4
v1.3.0
TracyExceptionProcessor
sets$context['tracy_filename']
instead oftracy
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)- #21 Set logger into services implementing
LoggerAwareInterface
; thx @jakubskrz - #20
MonologAdapter
passes exception into$context['exception']
to allow more processing; thx @jiripudil - #15
TracyExceptionProcessor
no longer unsets$context['exception']
to allow more processing - dropped a lot of dead code
This release is for Nette ^2.4
v1.2.2
- #21 Set logger into services implementing
LoggerAwareInterface
; thx @jakubskrz - #20
MonologAdapter
passes exception into$context['exception']
to allow more processing; thx @jiripudil - #15
TracyExceptionProcessor
no longer unsets$context['exception']
to allow more processing
This release is for Nette 2.3.*
v1.2.1
v1.2.0
New
- Handler & processor priority - you can change the order of their registration by setting value to
monolog.priority
tag. TracyExceptionProcessor
that renderscontext.exception
as bluescreen into log dir and fillscontext.tracy
with exception filename. (thx @Andrewsville)TracyUrlProcessor
that prefixescontext.tracy
with givenbaseUrl
so it can be made clickable in your log. Enable this using thetracyBaseUrl
option in config. (thx @Andrewsville)
This release is for Nette ~2.3
v1.1.0
- Priority mapping of Fatal errors to PSR Log CRITICAL
This release is for Nette 2.3