Hi everyone… i need any suggestions about the daily log of my system for everyday activity but i still don’t know how to get it done in yii… i just started yii three days ago… hopew you can help me with this… thanks
Hi everyone… i need any suggestions about the daily log of my system for everyday activity but i still don’t know how to get it done in yii… i just started yii three days ago… hopew you can help me with this… thanks
What exactly you want to log? The amount of job depends on granularity.
i want to log the daily activity of my website users.
First of all, consider using 2.0 instead of 1.1 if you are new to Yii. The former will give you more when you pay the same amount of learning cost.
And about logging, you could read the definitive guides.
http://www.yiiframework.com/doc/guide/1.1/en/topics.logging … this is for 1.1
http://www.yiiframework.com/doc-2.0/guide-runtime-logging.html … this is for 2.0
1.1 as well as 2.0 is released with a working skeleton, on which you can easily try to implement your own logging feature.