Skip to content

Instantly share code, notes, and snippets.

@signalpoint
Created May 3, 2018 02:21
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 signalpoint/97f82867b4d38ea4ef7c6f88f7d30797 to your computer and use it in GitHub Desktop.
Save signalpoint/97f82867b4d38ea4ef7c6f88f7d30797 to your computer and use it in GitHub Desktop.
Drupal 8 watchdog example
<?php
\Drupal::logger('example')->notice('Hello world');
\Drupal::logger('example')->notice('<pre>' . print_r($foo, TRUE) . '</pre>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment