10 Commits

Author SHA1 Message Date
zuozp8
95a7631e4f fixes #11333 avoid serializing php7 errors (#11335)
fixes #11333
2016-04-13 05:52:48 +02:00
Carsten Brandt
dd1995551c convert exceptions to string before saving log messages
fixes #7305
2015-05-15 18:49:38 +02:00
Carsten Brandt
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
Vladimir
6c6928bede change default facility of SyslogTarget
LOG_SYSLOG - messages generated internally by syslogd. As we know PHP is not a part of syslogd therefore we should use LOG_USER. (additionaly LOG_USER is the only valid log type under Windows operating systems)
2014-07-04 15:02:34 +04:00
Carsten Brandt
886def8571 removed unused argument 2014-06-09 15:51:50 +02:00
Carsten Brandt
efbd23b52e refactored logger to support array values out of the box.
fixes #3245, #3244
2014-06-09 14:58:36 +02:00
Carsten Brandt
12d34849cc improved phpdoc command 2014-04-23 02:13:53 +02:00
Thiago Talma
c1445871f4 Correction of many errors code inspection.
Adjustments code according to the standards.
Adding missing PHPDoc comment.
2014-04-16 19:29:07 -03:00
Alexander Makarov
f6eb5e69bc Fixes #2998: Added framework\log\SyslogTarget that is able to write log to syslog 2014-04-09 01:46:18 +04:00
miramir
bdbcadbe8a Add SyslogTarget 2014-04-06 20:44:26 +06:00