summaryrefslogtreecommitdiffstats
path: root/tests/Monolog/Handler/SyslogUdpHandlerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '1.x'Jordi Boggiano2017-03-171-3/+14
|\
| * Fix testsJordi Boggiano2017-03-171-2/+2
| |
| * Fix array syntax for Travis CIont2017-03-151-2/+2
| |
| * Complete rfc5424 header for SyslogUdpHandleront2017-03-151-4/+15
| | | | | | | | | | WARN: this commit adds backward incompatibility for the SyslogUdpHandler constructor.
* | CS fixesJordi Boggiano2016-09-251-2/+2
| |
* | Merge branch '1.x'Jordi Boggiano2016-09-251-1/+20
|\ \ | |/
| * Make sure SyslogUdpHandler does not create empty frames where not necessary, ↵Jordi Boggiano2016-09-251-1/+17
| | | | | | | | fixes #841
* | Undo this LocalSocket fiasco, fix tests for latest phpunitJordi Boggiano2016-09-251-1/+4
| |
* | 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
* | Move to strict mode and fix testsJordi Boggiano2016-05-271-1/+1
| |
* | CS fixesJordi Boggiano2016-05-261-2/+2
|/
* SyslogUdpHandler: Send a valid rfc5424 versionDan Michael O. Heggø2014-12-111-2/+2
| | | | https://tools.ietf.org/html/rfc5424#section-6.2.2
* Add missing license headersJordi Boggiano2014-09-301-0/+9
|
* avoid test suites failed with Fatal error when sockets extension is not ↵Laurent Laville2014-08-141-0/+3
| | | | available
* CS fixes1.8.0Jordi Boggiano2014-03-231-2/+0
|
* Fix test on windowsJordi Boggiano2013-12-261-3/+3
|
* Combine common syslog handlers functionality, refs #258Jordi Boggiano2013-10-311-3/+3
|
* Removed more ['foo' => 'bar'] array notationJesper Skovgaard Nielsen2013-10-311-2/+2
|
* Added SyslogUdpHandler.Jesper Skovgaard Nielsen2013-10-311-0/+39
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.