1. Add bootstrap for this in below
CakeLog::config('customlog', array('engine' => 'File'));
2. Create log message in custom logfile
CakeLog::write('customlog', 'myArray');
Check now you log directory once created
CakeLog::config('customlog', array('engine' => 'File'));
2. Create log message in custom logfile
CakeLog::write('customlog', 'myArray');
Check now you log directory once created
No comments:
Post a Comment