Skip to content

Instantly share code, notes, and snippets.

@ericjgruber
Created August 9, 2017 13:45
Show Gist options
  • Save ericjgruber/9468391de9ee0bdf66cc06571640ba6e to your computer and use it in GitHub Desktop.
Save ericjgruber/9468391de9ee0bdf66cc06571640ba6e to your computer and use it in GitHub Desktop.
Drupal 8 "watchdog" logging
try {
// Try something ...
}
catch (\Exception $e) {
// Log the error message
\Drupal::logger('ModuleOrWhateverName')->error($e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment