Skip to content

Instantly share code, notes, and snippets.

@legovaer
Created February 5, 2015 12:23
Show Gist options
  • Save legovaer/144eb115f7f0dc7a9a42 to your computer and use it in GitHub Desktop.
Save legovaer/144eb115f7f0dc7a9a42 to your computer and use it in GitHub Desktop.
Drupal 8 Logger example
\Drupal::logger('locale')->error('Import of string "%string" was skipped because of disallowed or malformed HTML.', array('%string' => $translation));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment