This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
yii2
Watch
1
Star
0
Fork
0
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced
2025-11-03 22:32:40 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
yii2
/
framework
/
log
History
Carsten Brandt
3a1e0f3a5c
property codestyle framework
2014-07-30 00:21:31 +02:00
..
DbTarget.php
yii\mongodb\log\MongoDbTarget
log target added
2014-07-17 17:23:12 +03:00
Dispatcher.php
added trace level to log message formatting
2014-07-02 18:46:07 +02:00
EmailTarget.php
Fixes
#4071
:
mail
component renamed to
mailer
,
yii\log\EmailTarget::$mail
renamed to
yii\log\EmailTarget::$mailer
2014-06-26 18:28:28 +04:00
FileTarget.php
changed default for rotateByCopy of FileTarget
2014-06-27 14:53:08 +02:00
Logger.php
property codestyle framework
2014-07-30 00:21:31 +02:00
SyslogTarget.php
property codestyle framework
2014-07-30 00:21:31 +02:00
Target.php
Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare
2014-07-30 02:15:08 +04:00