\Drupal::logger('my_module')->error($message);
\Drupal::logger('my_module')->notice($message);
\Drupal::logger('content_entity_example')->notice('@type: deleted %title.',
array(
'@type' => $this->entity->bundle(),
'%title' => $this->entity->label(),
));