Skip to content

Instantly share code, notes, and snippets.

@arpitr
Last active November 18, 2016 07:24
Show Gist options
  • Save arpitr/911ea2cc96ce1dd3154c to your computer and use it in GitHub Desktop.
Save arpitr/911ea2cc96ce1dd3154c to your computer and use it in GitHub Desktop.
Drupal Watchdog Object
watchdog('custom_debug', 'Debug Global User Object for @user_name, user object: !user', array('@' => $user->name, '!node' => '<pre>' . check_plain(print_r($user, TRUE)) . '</pre>'), WATCHDOG_ERROR);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment