Skip to content

Instantly share code, notes, and snippets.

@arpitr
Last active March 11, 2016 10:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arpitr/6a2286b9b49b35734db8 to your computer and use it in GitHub Desktop.
Save arpitr/6a2286b9b49b35734db8 to your computer and use it in GitHub Desktop.
Drupal Watchdog Objects and Array
watchdog('module_name', 'Your Object: !object', array('!object' => '<pre>' . check_plain(print_r($object, TRUE)) . '</pre>'), WATCHDOG_ERROR);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment