Skip to content

Releases: Kdyby/Monolog

v2.0.1

07 Oct 18:02
f0cea68
Compare
Choose a tag to compare

Fixed compatibility with stable Tracy. (@mikoczy)

v2.0.0

23 Jul 05:34
d971613
Compare
Choose a tag to compare

Updated to Nette 3.0.

v1.4.0

30 May 20:03
98f54c5
Compare
Choose a tag to compare
  • Removed support for PHP 5.6 and 7.0
  • Updated Tracy to 2.6 (thx @stepina)
  • Added configuration option for setting "access" priority (thx @jankonas)
  • CI improvements (thx @northys)
  • Split exceptions.php (thx @JakubBarta)

v1.3.2

04 Dec 22:29
9919e4b
Compare
Choose a tag to compare
  • Add support for PHP 7.2.

v1.3.1

18 May 14:30
5c8960a
Compare
Choose a tag to compare
  • Fixed autoloading bug introduced in v1.3.0

This release is for Nette ^2.4

v1.3.0

18 May 13:39
defe819
Compare
Choose a tag to compare
  • 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)
  • #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

18 May 13:26
e796300
Compare
Choose a tag to compare
  • #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

19 Apr 21:22
Compare
Choose a tag to compare
  • #18 Fix compatibility with Nette/DI 2.4; thx @enumag
  • #17 Added configuration property which allows disabling priority processor; thx @stekycz
  • 1a8bf7f - FallbackNetteHandler: allow change the level
  • #14 MonologAdapter: support for \Throwable interface; thx @pepakriz

This release is for Nette ~2.3

v1.2.0

17 Jan 23:48
Compare
Choose a tag to compare

New

  • Handler & processor priority - you can change the order of their registration by setting value to 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

v1.1.0

10 May 05:32
Compare
Choose a tag to compare
  • Priority mapping of Fatal errors to PSR Log CRITICAL

This release is for Nette 2.3