summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Make the RavenHandler picks the first highest record as mainTugdual Saunier2016-10-131-1/+1
| |/ / /
* | | | Merge pull request #872 from riccardomessineo/masterJordi Boggiano2016-11-131-2/+3
|\ \ \ \ | | | | | | | | | | SlackHandler, new parameter $printSimpleMessage
| * | | | New parameter $printSimpleMessage default false (Whether the attachment ↵Riccardo Messineo2016-10-181-2/+3
| | |/ / | |/| | | | | | | | | | should include only the message without extradata)
* | | | Cache version_compare call, refs #884Jordi Boggiano2016-11-131-3/+13
| | | |
* | | | Merge pull request #884 from nikolaposa/fix/mongodb-formatter-dateJordi Boggiano2016-11-131-0/+20
|\ \ \ \ | | | | | | | | | | Fixing date/time formatting in MongoDBFormatter
| * | | | Fixing date/time formatting in MongoDBFormatter.Nikola Posa2016-11-101-0/+20
| | | | |
* | | | | Cast toJson to string in case it returns false, fixes #878Jordi Boggiano2016-11-131-1/+1
|/ / / /
* | | | Use type hints instead of phpdocJordi Boggiano2016-11-071-5/+2
| | | |
* | | | Added return type annotationGuy Arye2016-11-071-0/+2
|/ / /
* | | Merge branch '1.x'Jordi Boggiano2016-10-031-1/+1
|\ \ \ | |/ /
| * | Add total amount of items when aborting traversable normalizationJordi Boggiano2016-10-031-1/+1
| | |
* | | Merge branch '1.x'Jordi Boggiano2016-09-291-0/+4
|\ \ \ | |/ /
| * | Add support for consumed generators in NormalizerFormatter, fixes #838Jordi Boggiano2016-09-291-0/+4
| | |
* | | Merge branch '1.x'Jordi Boggiano2016-09-292-7/+29
|\ \ \ | |/ /
| * | Make sure MercurialProcessor fails gracefullyJordi Boggiano2016-09-291-4/+8
| | |
| * | Add support for AWS SDK v3Jordi Boggiano2016-09-291-3/+21
| | |
* | | Skip phan errorJordi Boggiano2016-09-291-0/+2
| | |
* | | Fix type errors, thanks phanJordi Boggiano2016-09-2514-55/+43
| | |
* | | Make use of random_bytes for better uniquenessJordi Boggiano2016-09-251-1/+1
| | |
* | | Add scalar types to processor/formatters and top level classesJordi Boggiano2016-09-2529-196/+130
| | |
* | | Remove redundant setTimezone callJordi Boggiano2016-09-251-4/+1
| | |
* | | When newlines are allowed in LineFormatter, unpack json_encoded blobs ↵Jordi Boggiano2016-09-251-1/+5
| | | | | | | | | | | | containing newlines into multiline strings, fixes #752
* | | CS fixesJordi Boggiano2016-09-253-13/+14
| | |
* | | Merge branch '1.x'Jordi Boggiano2016-09-252-27/+39
|\ \ \ | |/ /
| * | Make sure SyslogUdpHandler does not create empty frames where not necessary, ↵Jordi Boggiano2016-09-251-1/+1
| | | | | | | | | | | | fixes #841
| * | Tweak RollbarHandler to use proper levels and include level and level_name ↵Jordi Boggiano2016-09-251-23/+35
| | | | | | | | | | | | in context info, fixes #852
* | | Merge pull request #840 from krzysiekpiasecki/masterJordi Boggiano2016-09-251-0/+4
|\ \ \ | | | | | | | | Declaring That a Logger Can Throw an Exception
| * | | Declaring That a Logger Can Throw an Exceptionkrzysiekpiasecki2016-08-291-0/+4
| | | |
* | | | Merge branch '1.x'Jordi Boggiano2016-09-251-0/+59
|\ \ \ \ | | |/ / | |/| |
| * | | add MercurialProcessorJonathan A. Schweder2016-09-251-0/+59
| | | |
* | | | Fix a ton of tests for latest phpunit and turn faked-stream tests into real ↵Jordi Boggiano2016-09-191-1/+1
| | | | | | | | | | | | | | | | network tests with a local server
* | | | Fix MongoDBFormatterJordi Boggiano2016-09-191-1/+1
| | | |
* | | | Minor clarificationsJordi Boggiano2016-09-191-4/+7
| | | |
* | | | Fixes microsecond timezone support, fixes #832Jordi Boggiano2016-09-191-2/+9
| | | |
* | | | Merge branch '1.x'Jordi Boggiano2016-09-182-4/+4
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch ↵Jordi Boggiano2016-09-181-2/+3
| |\ \ \ | | | | | | | | | | | | | | | 'eimanavicius/support-for-Throwable-in-JsonFormatter' into 1.x
| | * | | Better support for PHP7 \ThrowableNerijus Eimanavičius2016-08-281-2/+3
| | | | |
| * | | | Add support for PHP 7 errors in RavenHandler by checking for Throwable ↵Jared King2016-08-171-1/+1
| |/ / / | | | | | | | | | | | | instead of Exception
* | | | Revert addition of JSON_NUMERIC_CHECK as per #844 commentJordi Boggiano2016-09-181-1/+1
| | | |
* | | | Preserved typing for float and integers valuesGuillaume Polaert2016-09-051-1/+1
| |/ / |/| | | | | | | | | | | Related #831 Logs stored in a ELK-based solution need to keep the value typing, especially with float vs integer types. Adding `JSON_NUMERIC_CHECK` and `JSON_PRESERVE_ZERO_FRACTION` allow to avoid issue.
* | | Merge branch '1.x'Jordi Boggiano2016-07-291-3/+6
|\ \ \ | |/ /
| * | Added option to log errors regardless of error_reporting settingAdam Kiss2016-07-291-2/+5
| | |
| * | Revert #810 and remove the context info in the php error logger of ↵Jordi Boggiano2016-07-291-1/+1
| | | | | | | | | | | | ErrorHandler, fixes #828, closes #810
* | | Only use DateTimeImmutable formatting for default date format, fixes #827Jordi Boggiano2016-07-291-1/+3
| | |
* | | Merge branch '1.x'Jordi Boggiano2016-07-293-5/+25
|\ \ \ | |/ /
| * | Fix testsJordi Boggiano2016-07-291-1/+1
| | |
| * | Merge remote-tracking branch 'francisbesset/feat-soapfault' into 1.xJordi Boggiano2016-07-291-0/+14
| |\ \
| | * | Added informations to normalize a SoapFaultFrancis Besset2016-07-201-0/+14
| | | |
| * | | Allow formatting of message by setting a line formatter on SlackHandler, ↵Jordi Boggiano2016-07-291-4/+10
| | | | | | | | | | | | | | | | fixes #829
* | | | Merge remote-tracking branch 'ondrejmirtes/phpstan'Jordi Boggiano2016-07-292-2/+2
|\ \ \ \
| * | | | Fixed incompatible interfaces with MailHandlerOndrej Mirtes2016-07-192-2/+2
| | |_|/ | |/| |
* | | | Merge branch '1.x', fixes #771Jordi Boggiano2016-07-291-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Make separator optionalJordi Boggiano2016-07-291-1/+1
| | | |
* | | | Merge branch '1.x'Jordi Boggiano2016-07-291-3/+4
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Allow other separators for the date format in RotatingFileHandlerJordi Boggiano2016-07-291-4/+5
| |/
* | CS fixesJordi Boggiano2016-07-026-22/+24
| |
* | Merge remote-tracking branch 'JulienBreux/feature/logmatic'Jordi Boggiano2016-07-022-0/+154
|\ \
| * | 😱 Remove constJulien Breux2016-06-281-1/+1
| | |
| * | Fix scalar typehintsJulien Breux2016-06-282-3/+3
| | |
| * | Remove constJulien Breux2016-06-281-2/+1
| | |
| * | Add Logmatic.ioJulien Breux2016-06-282-0/+155
| | |
* | | Merge branch '1.x'Jordi Boggiano2016-07-023-3/+13
|\ \ \ | | |/ | |/|
| * | Undo accidental linebreak1.20.0Jordi Boggiano2016-07-021-1/+0
| | |
| * | Fix GroupHandler::handleBatch when the handler has processors, fixes #814Jordi Boggiano2016-07-021-0/+10
| | |
| * | include $context in error_handlers4msung2016-07-021-1/+2
| | |
| * | HtmlFormatter methods accessibilityDmitry Ivanov2016-07-021-2/+2
| | | | | | | | | Please, make them protected instead of private to enable comfortable overriding of HtmlFormatter class.
* | | Merge pull request #808 from naderman/fix/normalizer-recusionJordi Boggiano2016-07-023-6/+14
|\ \ \ | |_|/ |/| | Normalization of arrays containing self references
| * | Introduce a depth parameter for normalization to limit stack nestingNils Adermann2016-06-223-6/+14
| | |
* | | Fix timezone param handlingJordi Boggiano2016-06-251-1/+1
| | |
* | | Fix for TypeError - stream_set_timeout() expects integer as second and third ↵Martin Kačmar2016-06-151-1/+1
| | | | | | | | | | | | parameter
* | | Merge branch '1.x'Jordi Boggiano2016-06-111-1/+1
|\ \ \ | | |/ | |/|
| * | Update NormalizerFormatter.phpElan Ruusamäe2016-06-111-1/+1
| | | | | | | | | ^H the i
* | | More amqp fixesJordi Boggiano2016-05-271-0/+2
| | |
* | | Fix typoJordi Boggiano2016-05-271-1/+1
| | |
* | | Fix mongodb formatterJordi Boggiano2016-05-271-8/+1
| | |
* | | Fix AmqpHandler class checkJordi Boggiano2016-05-271-1/+1
| | |
* | | Move to strict mode and fix testsJordi Boggiano2016-05-2793-145/+142
| | |
* | | Merge branch '1.x'Jordi Boggiano2016-05-261-0/+10
|\ \ \ | |/ /
| * | Add getter for the StreamHandler URL, fixes #797Jordi Boggiano2016-05-261-0/+10
| | |
* | | Auto-detecting of mime type for emails and switched to HtmlFormatter for ↵Jordi Boggiano2016-05-265-7/+45
| | | | | | | | | | | | emails by default, fixes #577
* | | Make handlers more serializable by default by having them close() before ↵Jordi Boggiano2016-05-261-0/+7
| | | | | | | | | | | | sleeping, fixes #365
* | | CS fixesJordi Boggiano2016-05-2655-271/+270
| | |
* | | Merge branch '1.x'Jordi Boggiano2016-05-262-3/+3
|\ \ \ | |/ /
| * | Only fail on really empty stream URL, fixes #796Jordi Boggiano2016-05-261-1/+1
| | |
| * | Add extra safetyJordi Boggiano2016-05-201-2/+2
| | |
* | | Add type hints and fix formattingJordi Boggiano2016-05-261-18/+18
| | |
* | | Merge remote-tracking branch 'ricardofontanelli/master'Jordi Boggiano2016-05-261-0/+95
|\ \ \
| * | | FIX the class nameRicardo Fontanelli2016-05-241-1/+1
| | | | | | | | | | | | FIX the class name (sorry, I'm coding direct in GitHub)
| * | | FIX typing errorsRicardo Fontanelli2016-05-231-1/+1
| | | | | | | | | | | | FIX typing errors
| * | | CS fixesRicardo Fontanelli2016-05-231-13/+13
| | | | | | | | | | | | CS fixes
| * | | ADD support to SendGrid HandlerRicardo Fontanelli2016-05-231-0/+95
| | | | | | | | | | | | ADD support to SendGrid Handler
* | | | Remove exchangeName usage for AMQP extension users and make PhpAmqpLib use ↵Jordi Boggiano2016-05-261-5/+3
| | | | | | | | | | | | | | | | it only if provided, no more default to "log", fixes #355
* | | | Change the way objects are normalized to avoid multi-levels of json ↵Jordi Boggiano2016-05-261-6/+12
| | | | | | | | | | | | | | | | encoding, fixes #560
* | | | Coding style fixes, refs #720Jordi Boggiano2016-05-261-28/+8
| | | |
* | | | Merge remote-tracking branch 'ArSn/master'Jordi Boggiano2016-05-261-0/+222
|\ \ \ \
| * | | | Replaced indention tabs with 4 spaces in ProcessHandler and its test.kolja2016-01-151-193/+193
| | | | |
| * | | | Removed obsolete var_export(). Made construction argument validation tests ↵kolja2016-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | simpler and more readable.
| * | | | Created "ProcessHandler", that logs records to the STDIN of a custom ↵kolja2016-01-151-0/+222
| | | | | | | | | | | | | | | | | | | | process, defined by given command.
* | | | | Fix typoJordi Boggiano2016-05-261-1/+1
| | | | |
* | | | | More type hintsJordi Boggiano2016-05-263-23/+9
| | | | |