jeroendedauw
f6346e7e2b
Fix type hint
2014-07-27 16:50:37 +02:00
jeroendedauw
d5865eb250
Remove dead var
2014-07-27 16:41:31 +02:00
Hany el-Kerdany
466057c797
Add 'code', 'message' to ErrorHandler log context.
...
Passed the 'code' and 'message' from the original error/fatal-error
to the context of ErrorHandler log record(s).
This will help writers of Handlers to save structured information about
errors/fatal-errors. (e.g. Useful for a "DatabaseHandler").
2014-07-25 10:36:35 +02:00
Jordi Boggiano
61145103b6
Merge pull request #388 from MacDada/LineFormatter_dont_show_empty_arrays_option
...
LineFormatter: context and extra optionally not shown when empty
2014-07-19 21:11:34 +02:00
Jordi Boggiano
68f8b1a27e
Update docblock
2014-07-19 19:25:20 +02:00
Ian Babrou
6c799b3976
support for log file locking
2014-07-08 18:57:38 +04:00
Giorgio Premi
d6c5ec8ef9
Implemented PhpAmqpLibHandler
2014-07-08 14:36:58 +02:00
Dawid Nowak
efe572cb10
LineFormatter: context and extra optionally not shown when empty
2014-07-03 15:03:28 +02:00
Dawid Nowak
6a4b73468e
WebProcessor: option to add only requested extra fields, instead of always adding all available
2014-07-01 20:41:03 +02:00
Dawid Nowak
9aba3242f6
WebProcessor: extra fields appended in a loop over declared values, instead of copy-pasting
2014-07-01 20:25:13 +02:00
Dawid Nowak
9da894a8b3
WebProcessor: extracted method: appendExtraFields()
2014-07-01 20:21:25 +02:00
Jordi Boggiano
f84030a009
Merge pull request #380 from arnaslu/master
...
Add support for multiple tags in Loggly handler
2014-06-29 12:53:44 +02:00
Jordi Boggiano
7d3fb791a3
Fix loggly formatter on php 5.6
2014-06-29 12:16:42 +02:00
Jordi Boggiano
6061c1034c
Merge pull request #377 from gkedzierski/master
...
Added Slack handler
2014-06-29 12:01:22 +02:00
Arnas L
86c53e2ce1
Replace array functions with simple string concatenation
2014-06-26 11:43:06 +03:00
Arnas L
12987cfa51
Add method for adding additional tags to Loggly handler
2014-06-26 10:04:38 +03:00
Jordi Boggiano
0951050a1e
Check for json dependency, fixes #378
2014-06-20 16:09:34 +02:00
gkedzierski
be52105379
Move constructor argument before
2014-06-16 17:56:20 +02:00
gkedzierski
efd9a2065c
Add plain text message support
2014-06-15 16:35:40 +02:00
gkedzierski
83ebdc1f32
Add colors to attachments based on level
2014-06-15 16:17:43 +02:00
gkedzierski
20844b94ff
Add basic Slack logging functionality
2014-06-14 14:57:38 +02:00
Jordi Boggiano
25b16e8019
CS fixes
2014-06-04 18:30:04 +02:00
David Simon
b1216b8d45
Allowing some messages to always be flushed from FingersCrossedHandler
2014-05-27 11:26:42 -04:00
Alberto López Doñaque
29978f6b6c
PHPDoc comment does not match method signature
2014-05-22 19:58:38 +02:00
thewilkybarkid
795f705857
Update Sentry URL
2014-05-22 16:08:35 +01:00
Jordi Boggiano
3030d3da4d
Add option to allow multiline logs in error_log, fixes #366
2014-05-19 18:18:53 +02:00
Ray Ward
bdf58af603
Log extra data as custom parameters in new relic.
2014-05-14 10:21:18 +10:00
Jordi Boggiano
467e30a9c9
Add getters for handlers/processors, fixes #363
2014-05-01 17:55:56 +02:00
Christophe Coevoet
b5b4d3bae1
Fixed the default file permission for RotatingFile
2014-04-24 10:44:31 +02:00
Jordi Boggiano
7567cecfa5
Optimize ChromePHP/FirePHP to skip header generation when they are disabled, refs #360
2014-04-23 15:56:51 +02:00
Hennadiy Verkh
35cd77d7b6
if HTTP_X_FIREPHP_VERSION is set, it should not require the user agent
2014-04-23 15:23:57 +02:00
Hennadiy Verkh
ca4daeb72b
Modified ChromePhpHandler and FirePhpHandler to send no headers if no User-Agent is set
2014-04-23 13:55:51 +02:00
Jordi Boggiano
0b654cec86
CS fixes
2014-04-23 09:20:48 +02:00
Jordi Boggiano
0d72125865
Lazy-initialize the buffer handler, fixes #359
2014-04-23 09:20:04 +02:00
Jordi Boggiano
97f79f7ed3
Fix docblock, fixes #358
2014-04-21 20:22:17 +02:00
Jordi Boggiano
5e8bb7556b
Added $appendNewline flag to the JsonFormatter to enable using it when logging to files, fixes #344
2014-04-20 18:38:47 +02:00
Jordi Boggiano
53d0df17bb
Merge pull request #353 from patforg/master
...
When handling exception log exception message rather generic message
2014-04-20 18:04:57 +02:00
Jordi Boggiano
e9b8649151
Remove unnecessary ErrorLogFormatter, refs #357
2014-04-20 17:57:02 +02:00
Jordi Boggiano
7503e331cb
Merge pull request #357 from henriquemoody/error_log
...
Remove new live from default error_log formatter
2014-04-20 17:53:42 +02:00
Jordi Boggiano
7c002e9d55
Fix issue with changing the rotating file handler filename format, refs #267
2014-04-17 13:19:47 +02:00
Henrique Moody
56fb91f3c2
Remove new live from default error_log formatter
...
error_log() function already insert a new line at end of the given
message, this commit just remove the new line at end to remove the new
live duplication.
2014-04-11 19:55:24 -03:00
Patrick Forget
694fbb5923
updated message to include even more useful information
...
This was suggested by @kostiklv on github
2014-04-11 18:30:07 -04:00
Patrick Forget
4a5a150d92
When handling exception log exception message rather generic message
2014-04-10 13:29:11 -04:00
Jordi Boggiano
03000a7fcd
Only send header when there is a value, refs #352
2014-04-10 17:52:42 +02:00
Jordi Boggiano
c9226dd0f8
Only send header when there is a value, fixes #352
2014-04-10 17:50:52 +02:00
Rvanlaak
6c35b82256
Check 'context' before 'extra'
...
First check 'context' array, before 'extra' array is checked
2014-04-10 16:54:05 +02:00
Rvanlaak
82c040ec12
Make use of 'extra'
...
Follow guidelines by using the 'extra' key from record
2014-04-09 16:04:48 +02:00
Rvanlaak
a49cc6e8aa
Update PushoverHandler.php
...
tabs > spaces
2014-04-09 15:58:52 +02:00
Rvanlaak
3df597f1c5
Add sound support
...
Add support for the default API sounds
2014-04-09 11:48:02 +02:00
Jordi Boggiano
607f20d4f9
Merge pull request #350 from bpedro/master
...
Set @timestamp default value and ignore other empty values.
2014-04-08 10:59:38 +02:00