1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 09:06:10 +02:00
Commit Graph

126 Commits

Author SHA1 Message Date
Jordi Boggiano
1a9c577535 Improved log level descriptions 2011-07-19 23:24:43 +02:00
Jordi Boggiano
cf4240cc51 Ensure processors are valid callables 2011-07-06 15:37:29 +02:00
Christophe Coevoet
0d728feb7c Fixed forwarding of the context in logging calls 2011-06-01 01:05:23 +02:00
Christophe Coevoet
c1675c59d8 Added the support of a logging context 2011-06-01 00:10:38 +02:00
Jordi Boggiano
d3e89dbed1 Added CRITICAL and ALERT levels 2011-05-02 15:39:46 +02:00
Jordi Boggiano
ea466fa848 Removed second param from processors 2011-04-08 13:53:30 +02:00
Jordi Boggiano
6a5fabe2bd Fix typos 2011-04-06 13:42:10 +02:00
Christophe Coevoet
87332a3e4e Added phpdoc for all methods and added the typehint for the FormatterInterface 2011-04-06 00:50:18 +02:00
Matthew Ratzke
019ebad67a fixed incorect record var 2011-03-01 15:32:22 -07:00
Jordi Boggiano
18d53e0db1 Renamed var back to message where it makes sense 2011-02-25 23:06:36 +01:00
Jordi Boggiano
6c24217c56 Renamed message to record 2011-02-25 23:01:43 +01:00
Jordi Boggiano
efc2bd656b Added some docs 2011-02-25 22:13:23 +01:00
Jordi Boggiano
903bbd0fd6 Move the stack handling to the Logger class 2011-02-25 22:00:51 +01:00
Jordi Boggiano
1983270611 Partially prevent circular references in the handler chain 2011-02-24 22:14:00 +01:00
Jordi Boggiano
811e6c79d6 Added docblocks and fixed a couple tests 2011-02-22 12:10:54 +01:00
Jordi Boggiano
a426ce2815 Added a Processor stack to the Logger class, added getHandler() to check if any handler is going to handle the message before processing it, handlers are now calling their parent in a chain 2011-02-21 20:38:18 +01:00
Jordi Boggiano
a1f7d1085b Removed dead code in Logger 2011-02-20 22:44:52 +01:00
Jordi Boggiano
5ab1693f4d Made getLevelName static 2011-02-20 22:44:32 +01:00
Jordi Boggiano
3fa6e4b91f Major refactoring to follow the Logbook model 2011-02-20 20:53:11 +01:00
Jordi Boggiano
860194e879 Messages are now passed as arrays 2011-02-18 19:19:24 +01:00
Jordi Boggiano
37d7f20694 Added some docs on levels 2011-02-18 19:10:19 +01:00
Jordi Boggiano
594ed9cdcb Simplified message levels 2011-02-18 00:44:21 +01:00
Jordi Boggiano
5411d236c1 renamed log/warn/.. to addMessage/addWarning/.. 2011-02-18 00:36:08 +01:00
Jordi Boggiano
9d8c84d6cd Fix constructor handling of arrays 2011-02-17 03:16:20 +01:00
Jordi Boggiano
7239b5203b Added tests, fixed a bunch of bugs 2011-02-17 03:04:37 +01:00
Jordi Boggiano
ed6b0e32a2 Initial commit 2011-02-17 02:08:00 +01:00