Skip to content

Instantly share code, notes, and snippets.

@heitoralthmann
Created June 10, 2020 20:02
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 heitoralthmann/1b6047a8420920eba9d14859ec4eeda3 to your computer and use it in GitHub Desktop.
Save heitoralthmann/1b6047a8420920eba9d14859ec4eeda3 to your computer and use it in GitHub Desktop.
Drupal 8 watchdog logger dump variable
<?php
\Drupal::logger('some_channel_name')->warning('<pre><code>' . print_r($responseObj, TRUE) . '</code></pre>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment