Yii Log: Logs a message into file. Every developers should know about “log” concept. It will helpful to trace error or application workflow. Yii also have “log” option. It will helpful to built wornderful yii application. LogBasic LogNew Log FileYii Trace()Log public static void log( string $msg, string $level='info', string $category='application' ) $msg - message to be logged $level - level of the message (e.g. 'trace', 'warning', 'error'). It is […]... Read More »