This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
php-monolog
Watch
1
Star
0
Fork
0
You've already forked php-monolog
mirror of
https://github.com/Seldaek/monolog.git
synced
2025-02-23 06:22:47 +01:00
Code
Issues
Releases
Wiki
Activity
php-monolog
/
tests
/
Monolog
History
Mark Garrett
e7647fd37d
Add prefixes to the context and extra record keys. Needed as some processors have the same keys as the the context. Specifically, the IntrospectionProcessor has "line" and "file" that can overwrite an error context "line" and "file".
2014-09-29 11:04:41 -05:00
..
Formatter
…
Functional
/Handler
…
Handler
Add prefixes to the context and extra record keys. Needed as some processors have the same keys as the the context. Specifically, the IntrospectionProcessor has "line" and "file" that can overwrite an error context "line" and "file".
2014-09-29 11:04:41 -05:00
Processor
Support objects/arrays/resources a bit better, refs
#410
2014-09-10 16:41:01 +01:00
ErrorHandlerTest.php
…
LoggerTest.php
…
PsrLogCompatTest.php
…
TestCase.php
…