Created
February 5, 2013 20:01
-
-
Save mikepmunroe/4717160 to your computer and use it in GitHub Desktop.
Quick and dirty Drupal 6 watchdog example that outputs $var data with the message
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
watchdog('module name', 'message information' . var_export($var, TRUE), WATCHDOG_INFO); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment