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
TracyExceptionProcessorsets$context['tracy_filename']instead oftracyTracyExceptionProcessorsets$context['tracy_created'] = truewhen 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
MonologAdapterpasses exception into$context['exception']to allow more processing; thx @jiripudil - #15
TracyExceptionProcessorno 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
MonologAdapterpasses exception into$context['exception']to allow more processing; thx @jiripudil - #15
TracyExceptionProcessorno 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.prioritytag. TracyExceptionProcessorthat renderscontext.exceptionas bluescreen into log dir and fillscontext.tracywith exception filename. (thx @Andrewsville)TracyUrlProcessorthat prefixescontext.tracywith givenbaseUrlso it can be made clickable in your log. Enable this using thetracyBaseUrloption 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