Hennadiy Verkh
36f3d0e52f
Added configuration option to MemoryProcessors with a possibility to disable formatting.
2014-03-24 10:51: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
Jordi Boggiano
aff8d92e29
Add caching, group exec calls in one, refs #274
2013-11-20 13:28:13 +01:00
otternq
1c3b7a6cdd
updated data assignment based on @Seldaek suggestion
2013-11-20 00:41:49 -08:00
otternq
e1feb74001
removing whitespace from getCommit() value
2013-11-16 17:52:07 -08:00
otternq
9c57967700
adding a processor for basic git information
...
Adds the current Git Branch, and Git Commit key to the extra field
2013-11-16 17:40:16 -08:00
Andrey Ryaguzov
d5c30addcd
add right pid for childs
2013-11-04 12:15:17 +04:00
Matthias Pigulla
540afb4621
Add unique_id to extra data only if present in the server environment
2013-10-10 10:04:29 +02:00
Matthias Pigulla
a2b77b2750
Add Apache mod_unique_id's identifier in WebProcessor
...
mod_unique_id can add a unique ID to every request and also add it to other logfiles. This makes it easy to correlate lines from different logs belonging to the same request. http://httpd.apache.org/docs/2.2/mod/mod_unique_id.html
2013-10-08 14:31:56 +02:00
Kris Wallsmith
0f5cdb285a
added level to introspection processor
2013-09-26 12:52:23 -07:00
Jordi Boggiano
3f8c37b23c
CS fixer
2013-03-28 11:41:04 +01:00
Jordi Boggiano
041aa3930f
Add length arg to the UidProcessor, refs #169
2013-02-26 11:18:11 +01:00
Simon Mönch
340c85b8cc
Bugfix
2013-02-26 10:48:50 +01:00
Simon Mönch
9cf31da70d
Better naming
2013-02-26 10:19:42 +01:00
Simon Mönch
bad76ce2a6
Added a request token processor to detect log messages per request
2013-02-25 15:42:26 +01:00
Jordi Boggiano
047488810f
Simplify code and cache the getmypid call, refs #167
2013-02-21 10:08:33 +01:00
anho
ff634744fe
added ProcessIdProcessor to inject pid to records #165
2013-02-20 21:13:00 +01:00
Jordi Boggiano
5811217e4c
Only access server data when it is actually available, fixes #164
2013-02-20 13:37:17 +01:00
Jordi Boggiano
7913cd2c4d
Add psr/log compatibility
2013-01-04 17:20:27 +01:00
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