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

19 Commits

Author SHA1 Message Date
Jordi Boggiano
da33c84d07 CS fixes 2012-06-14 15:47:01 +02:00
Jordi Boggiano
3c4bc178cc Rename referer->referrer and server_name->server, update changelog 2012-04-22 11:26:54 +02:00
Jordi Boggiano
a435b8ee0f Merge remote-tracking branch 'fixe/webprocessor-referer'
Conflicts:
	src/Monolog/Processor/WebProcessor.php
2012-04-22 11:22:27 +02:00
Tiago Ribeiro
c8c231f177 Added referer to extra parameter 2012-04-20 16:44:33 +01:00
Marc Abramowitz
365f3a932d Add contents of $_SERVER['SERVER_NAME'] as 'server_name'. Useful for
figuring out the source of log messages when you have a lot of vhosts.
2012-04-20 08:08:33 -07:00
Artem Nezvigin
51254e3143 Monolog\Processor\MemoryProcessor is now an abstract class since it can be used explicitly 2011-08-07 20:13:34 -07:00
Jordi Boggiano
f9f27ce43f Adjustments to the Memory processors 2011-07-19 23:30:31 +02:00
Rob Jensen
6a2e2142d6 tweeks 2011-07-19 15:04:23 +01:00
Rob Jensen
c0cfb39d75 Added memory processors 2011-07-19 14:15:55 +01:00
Jordi Boggiano
cf247ca0ac Skip WebProcessor on CLI, fixes #36 2011-07-06 15:37:50 +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
Jordi Boggiano
2a2d9afd9f Update docblock 2011-07-04 21:31:09 +02:00
Jordi Boggiano
78a26a3f4f Tested WebProcessor 2011-06-29 18:58:40 +02:00
Jordi Boggiano
ea466fa848 Removed second param from processors 2011-04-08 13:53:30 +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
Jordi Boggiano
6c24217c56 Renamed message to record 2011-02-25 23:01:43 +01:00
Jordi Boggiano
811e6c79d6 Added docblocks and fixed a couple tests 2011-02-22 12:10:54 +01:00
Jordi Boggiano
3fa6e4b91f Major refactoring to follow the Logbook model 2011-02-20 20:53:11 +01:00