Skip to content

Instantly share code, notes, and snippets.

@grandmanitou
Created June 6, 2014 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save grandmanitou/26551cd971aa2dcddf3d to your computer and use it in GitHub Desktop.
Save grandmanitou/26551cd971aa2dcddf3d to your computer and use it in GitHub Desktop.
CakePHP, write in the log
<?php
$this->log($data);
Cakelog::write('error', $data);
// If $data is an array
Cakelog::write('error', print_r($data, true));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment