Jordi Boggiano
e8aa1013f5
Update license headers
2013-11-14 20:17:23 +01:00
Jordi Boggiano
97ed5e1ea3
Add check for curl ext
2013-11-14 20:15:52 +01:00
Jordi Boggiano
b793eccd76
Merge remote-tracking branch 'sobstel/master'
2013-11-14 20:14:38 +01:00
Tomáš Tatarko
1827de4da3
removed unnecessary presetting index to null
2013-11-14 15:53:26 +01:00
Tomáš Tatarko
d67c34d456
phpdoc typo
2013-11-14 15:52:22 +01:00
Tomáš Tatarko
6779cf1e04
Moved all the logic to the separated class - Monolog\Registry
2013-11-14 14:44:19 +01:00
David Neilsen
b66237f825
Also prevent throwing another exception in the case that the exception logger level is not set.
...
Also prevent throwing another exception in the case that the exception logger level is not set.
2013-11-14 15:34:27 +13:00
David Neilsen
5434f3f73d
Prevent throwing an exception in the case that the fatal error level is not set.
2013-11-14 15:14:00 +13:00
Tomáš Tatarko
e63dff26ea
Filled second argument for __callStatic()
2013-11-13 21:37:04 +01:00
Tomáš Tatarko
c9f8c405ab
unregisterLogger() method added, phpdoc typo
2013-11-13 21:33:35 +01:00
Tomáš Tatarko
a9b57679b3
Ability to access logger instances in the global scope via static calls
2013-11-13 21:13:08 +01:00
Jordi Boggiano
516447f913
Add version check for the AWS SDK, refs #260
2013-11-11 23:14:57 +01:00
Jordi Boggiano
3987f88f2c
Merge remote-tracking branch 'adlawson/dynamodb-handler'
...
Conflicts:
README.mdown
composer.json
2013-11-11 22:43:16 +01:00
Jordi Boggiano
eea4d089e7
Merge pull request #251 from skymeyer/elastic_search2
...
ElasticSearchHandler and ElasticaFormatter
2013-11-11 13:23:23 -08:00
Albert Casademont
899f7f52e5
Add millisecond precision in the LogstashFormatter
2013-11-11 15:50:38 +01:00
Luis Cordova
fb542f2164
address second comment on using str_replace instead of printf for setting filename format expression
2013-11-05 13:55:03 -05:00
Luis Cordova
b140ff1bb0
change name according to Seldaek recommendation
2013-11-05 13:33:39 -05:00
Luis Cordova
a72862ffc3
switch from setTimedFilename to setFilenameFormatParams
2013-11-05 10:10:35 -05:00
Luis Cordova
93469c4108
move public method before protected ones
2013-11-05 10:07:35 -05:00
Luis Cordova
6489e364d8
remove unused glob member
2013-11-05 09:56:19 -05:00
Luis Cordova
6d17d0c89f
plug #245 log rotate with setTimedFilename
2013-11-04 23:05:35 -05:00
skymeyer
b1b210dba3
ElasticSearchHandler and ElasticaFormatter
2013-11-04 17:46:48 -08:00
Andrey Ryaguzov
d5c30addcd
add right pid for childs
2013-11-04 12:15:17 +04:00
adlawson
ac091bffcd
Refactor scalar formatter
...
Removed some of its own logic in favor of extending NormalizerFormatter to
benefit from shared logic.
2013-11-03 20:03:45 +00:00
adlawson
471bc7fa91
Add AWS DynamoDB handler
...
This also adds the `aws/aws-sdk-php` dev dependency
2013-11-03 14:37:18 +00:00
adlawson
c35d4016db
Add scalar value formatter
2013-11-03 13:30:04 +00:00
Jordi Boggiano
7f99ac07d3
Only serialize things if needed
2013-10-31 22:38:39 +01:00
Jordi Boggiano
da4bf80702
Ignore errors on 5.3 as well
2013-10-31 22:38:24 +01:00
Jordi Boggiano
a1b3bf7c2a
Merge remote-tracking branch 'wiistriker/patch-1'
2013-10-31 22:32:31 +01:00
Jordi Boggiano
68a4af953e
Adjust methods visibility
2013-10-31 22:21:31 +01:00
Jordi Boggiano
b8967466bc
Combine common syslog handlers functionality, refs #258
2013-10-31 22:17:55 +01:00
Jesper Skovgaard Nielsen
272328f248
Inline _write method
2013-10-31 11:04:32 +01:00
Jesper Skovgaard Nielsen
56e4610ab8
['foo' => 'bar'] array notation is not PHP 5.3 compatible.
2013-10-31 10:59:51 +01:00
Jesper Skovgaard Nielsen
359480a45c
Added documentation for SyslogUdpHandler
2013-10-31 09:49:30 +01:00
Jesper Skovgaard Nielsen
e53d6040c0
Added SyslogUdpHandler.
...
This handler lets you log to a remote syslogd server via UPD. The
use-case here is having many webservers, and the need to gather log-
files on a centralized server.
2013-10-31 09:41:00 +01:00
Tarjei Huse
b78d997638
Add logging of exception line and file path to gelf message
2013-10-27 08:29:08 +01:00
Kamisama
780d1d838b
Add timezone to Dates
2013-10-23 16:42:04 -04:00
wiistriker
bbb0a5948f
Update LineFormatter.php
2013-10-23 20:14:57 +11:00
wiistriker
a8bbda7310
Ignore json_encode errors
2013-10-23 19:50:05 +11:00
Dominik Liebler
c362f9a07a
Flowdock handler
2013-10-18 09:46:19 +02:00
pkraeutli
685a91ba53
CS fix
2013-10-16 10:50:57 +02:00
pkraeutli
f1af2c484a
HipChatHandler: combine batch records and send as one
2013-10-16 10:27:55 +02:00
Jordi Boggiano
8e5a671eef
Merge pull request #248 from birkirb/master
...
eAccelerator doesn't like anonymous functions.
2013-10-11 09:18:40 -07:00
Birkir A. Barkarson
0f4401891e
Fixes based on comments.
...
- Change function to private.
- Use private variable correctly.
2013-10-11 14:58:39 +09: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
Birkir A. Barkarson
7b6e1f3c31
Merge branch '1.6.0_with_fix_for_eaccelerator'
...
Conflicts:
src/Monolog/Handler/StreamHandler.php
2013-10-10 16:52:03 +09:00
Birkir A. Barkarson
dcbb7bce2f
Changes from comments.
...
- Move private instance variable.
- Reset errorMessage.
- See https://github.com/Seldaek/monolog/pull/248
2013-10-10 16:49:24 +09:00
Birkir A. Barkarson
1f12588c00
eAccelerator doesn't like anonymous functions.
...
- Change to private instance method for error handler.
2013-10-10 14:01:37 +09:00
Birkir A. Barkarson
d25b4f982a
eAccelerator doesn't like anonymous functions.
...
- Change to private instance method for error handler.
2013-10-10 14:00:41 +09: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