1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-10 07:06:40 +02:00

Commit Graph

  • 3b0f738b88 Added docblocks Jordi Boggiano 2011-04-05 22:35:39 +02:00
  • 35bd8f724b Updated TODO Jordi Boggiano 2011-04-05 22:24:48 +02:00
  • 45312dfc84 Optimize rotation so it's only done once per day at most Jordi Boggiano 2011-04-05 22:24:39 +02:00
  • 35dd65dea3 Fix CS Jordi Boggiano 2011-04-05 22:15:16 +02:00
  • 32d66528b2 Implemented the file rotation Christophe Coevoet 2011-04-05 20:09:34 +02:00
  • e20fd0cc08 Minor fixes to merged commit Jordi Boggiano 2011-04-05 10:42:22 +02:00
  • 51928a2f9e Merge remote branch 'stof/fingerscrossed' Jordi Boggiano 2011-04-05 10:40:10 +02:00
  • e32886e26f Fixed callback factory for the FingersCrossedHandler Christophe Coevoet 2011-04-05 10:29:08 +02:00
  • b2d356bbf2 Added a BufferHandler to allow batch processing of the records Christophe Coevoet 2011-04-05 09:41:27 +02:00
  • b90eddd513 Fix typos Jordi Boggiano 2011-04-03 16:43:29 +02:00
  • 7f2127b7dc Updated README Jordi Boggiano 2011-03-27 06:23:03 -07:00
  • 20110bfced Updated README Jordi Boggiano 2011-03-27 06:22:19 -07:00
  • d178bdce01 Syslog: moving LOG_LOCAL* out into the constructor for windows compat' Jordi Boggiano 2011-03-23 23:39:00 +01:00
  • 78d60f9dce Coding style fixes Jordi Boggiano 2011-03-23 23:29:33 +01:00
  • 38a4ddf9f2 remove LOG_NDELAY from the openlog() call since the expected behaviour to get a FALSE returned on connection problems isn't supported by the underlying POSIX API. Sven Paulus 2011-03-22 23:18:13 +01:00
  • d9d0f51238 add SyslogHandler to Monolog Sven Paulus 2011-03-22 14:43:45 +01:00
  • 7a912a49ee Removed the public keyword in the interface Christophe Coevoet 2011-03-19 23:26:12 +01:00
  • 3a3c96d6d7 Added some methods in the HandlerInterface and some typehints Christophe Coevoet 2011-03-19 23:07:44 +01:00
  • fb503eebf2 Fixed an error when close() is called with an invalid resource. Christophe Coevoet 2011-03-18 19:44:14 +01:00
  • 019ebad67a fixed incorect record var Matthew Ratzke 2011-03-01 15:32:22 -07:00
  • 18d53e0db1 Renamed var back to message where it makes sense Jordi Boggiano 2011-02-25 23:06:36 +01:00
  • 6c24217c56 Renamed message to record Jordi Boggiano 2011-02-25 22:54:01 +01:00
  • efc2bd656b Added some docs Jordi Boggiano 2011-02-25 22:13:23 +01:00
  • 156e2ace46 Reorder processor stack Jordi Boggiano 2011-02-25 22:01:37 +01:00
  • 903bbd0fd6 Move the stack handling to the Logger class Jordi Boggiano 2011-02-25 22:00:51 +01:00
  • 1983270611 Partially prevent circular references in the handler chain Jordi Boggiano 2011-02-24 22:14:00 +01:00
  • f4e85e9412 Fixed typo Jordi Boggiano 2011-02-24 22:12:23 +01:00
  • 0bb419cb95 Added array output to LineFormatter Jordi Boggiano 2011-02-23 10:57:27 +01:00
  • 811e6c79d6 Added docblocks and fixed a couple tests Jordi Boggiano 2011-02-22 12:10:54 +01:00
  • 81c6cd3ed1 Added note about formatters Jordi Boggiano 2011-02-21 20:43:07 +01:00
  • 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 Jordi Boggiano 2011-02-21 20:38:18 +01:00
  • 8d27400122 Updated README Jordi Boggiano 2011-02-21 19:59:48 +01:00
  • a1f7d1085b Removed dead code in Logger Jordi Boggiano 2011-02-20 22:44:52 +01:00
  • 5ab1693f4d Made getLevelName static Jordi Boggiano 2011-02-20 22:44:32 +01:00
  • 228af6a6cd Documented and tested FingersCrossedHandler Jordi Boggiano 2011-02-20 22:40:45 +01:00
  • 0b04559217 Fixed AbstractHandler test Jordi Boggiano 2011-02-20 22:40:16 +01:00
  • 504e7003e4 Adjusted method names Jordi Boggiano 2011-02-20 22:31:55 +01:00
  • 1808350061 Added TestHandler Jordi Boggiano 2011-02-20 22:26:29 +01:00
  • 89a447e135 Fixed typo Jordi Boggiano 2011-02-20 21:48:14 +01:00
  • 0d57b84816 Added FingersCrossedHandler Jordi Boggiano 2011-02-20 20:53:31 +01:00
  • 3fa6e4b91f Major refactoring to follow the Logbook model Jordi Boggiano 2011-02-20 20:52:52 +01:00
  • 860194e879 Messages are now passed as arrays Jordi Boggiano 2011-02-18 19:19:24 +01:00
  • 37d7f20694 Added some docs on levels Jordi Boggiano 2011-02-18 19:10:19 +01:00
  • d087dd4c9a Fixed README Jordi Boggiano 2011-02-18 01:13:49 +01:00
  • 594ed9cdcb Simplified message levels Jordi Boggiano 2011-02-18 00:44:21 +01:00
  • 5411d236c1 renamed log/warn/.. to addMessage/addWarning/.. Jordi Boggiano 2011-02-18 00:36:08 +01:00
  • a30c1d6b71 Fix license info Jordi Boggiano 2011-02-17 11:37:11 +01:00
  • 9d8c84d6cd Fix constructor handling of arrays Jordi Boggiano 2011-02-17 03:16:20 +01:00
  • 2ff85ba472 Added README file Jordi Boggiano 2011-02-17 03:04:58 +01:00
  • 7239b5203b Added tests, fixed a bunch of bugs Jordi Boggiano 2011-02-17 02:50:24 +01:00
  • ed6b0e32a2 Initial commit Jordi Boggiano 2011-02-17 02:08:00 +01:00