1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-19 23:56:17 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
Jordi Boggiano
e4f45be5dc Fix CS 2015-07-20 19:31:46 +01:00
Jordi Boggiano
00a3ad6572 Merge pull request #608 from xploSEoF/patch-1
Ignore "call_user_func" from debug backtrace
2015-07-20 19:28:40 +01:00
Liam Le Brun
a287cc630e Missed a continue 2015-07-15 14:02:42 +01:00
Liam Le Brun
e021bbd4b2 Multiple functions to skip
Add an array for holding the functions to skip, preventing the functions from ever being used for introspection
2015-07-15 13:36:37 +01:00
Liam Le Brun
16c83796dd Make PHP5.3 compatible 2015-07-15 13:31:43 +01:00
Liam Le Brun
09861e1e47 Prevent Monolog from ever being introspected
Ensure the Monolog namespace is always ignored, and doesn't have to be defined in use.
2015-07-15 12:54:38 +01:00
Liam Le Brun
ac8afbf9a9 Ignore "call_user_func" from debug backtrace
Helps make this compliant where there is no class defined
2015-07-15 12:48:57 +01:00
Jordi Boggiano
ca1376bd61 CS fixes 2015-07-14 10:26:05 +01:00
Jordi Boggiano
feb19af2d4 Add support for PSR-3 levels to all public APIs accepting levels, fixes #421 2014-09-30 13:59:45 +01:00
Jordi Boggiano
3926d95f8a CS fixes 2013-12-26 11:43:12 +01:00
Artur Geraschenko
ff43ef9860 Init IntrospectionProcessor with skip classes parameter with fixed array notation
Logger maybe use in other debug classes and I must be able to skip my debug classes.

For example: new IntrospectionProcessor(Logger::DEBUG, array('Monolog\\', 'Debug'))
2013-12-12 21:27:31 +03:00
Kris Wallsmith
0f5cdb285a added level to introspection processor 2013-09-26 12:52:23 -07:00
Jordi Boggiano
da33c84d07 CS fixes 2012-06-14 15:47:01 +02:00
Jordi Boggiano
7e0f4ef70e Add word of caution to the IntrospectionProcessor 2011-07-04 22:16:42 +02:00
Jordi Boggiano
f93d6f0837 Added IntrospectionProcessor: Adds the line/file/class/method from which the log call originated 2011-07-04 21:32:49 +02:00