Skip to content

Instantly share code, notes, and snippets.

@sc0tt
Forked from grandmanitou/savetolog.php
Created June 6, 2014 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sc0tt/76138afeab8a1d5bf8d8 to your computer and use it in GitHub Desktop.
Save sc0tt/76138afeab8a1d5bf8d8 to your computer and use it in GitHub Desktop.
<?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