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-25 19:20:29 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
772667fa1ce70e4971b6e377fce497236d8edea3
yii2
/
framework
/
log
History
Alexander Makarov
2457e24795
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
..
DbTarget.php
refactored logger to support array values out of the box.
2014-06-09 14:58:36 +02:00
Dispatcher.php
Moved handling from Target to Dispatcher, fixed edge cases
2014-06-26 15:01:02 +04: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
better fix for
#2988
2014-06-25 23:17:45 +02:00
Logger.php
Fixes
#3968
: Messages logged in shutdown functions are not handled
2014-06-19 12:01:57 -04:00
SyslogTarget.php
removed unused argument
2014-06-09 15:51:50 +02:00
Target.php
Moved handling from Target to Dispatcher, fixed edge cases
2014-06-26 15:01:02 +04:00