Html, JAVA,DOTNET,Javascript, PHP, and JQuery Scripts and its issues with solutions
CakeLog::config('customlog', array( 'engine' => 'File', 'path' => WWW_ROOT.'files/log/' ));
customlog - Logname
path - Yourself to set customize whatever you need
Code:
CakeLog::write('customlog', 'Log data');