We integrate AI, build websites, manage SEO, security, and all your digital concerns
Drupal 8 logger example
\Drupal::logger('ipc_order_sync')->notice('Adding the following order to the enqueJob @order_id
with transaction id of @transaction_id',
[
'@order_id' => $order['order_id'],
'@transaction_id' => $order['transaction_id'],
]);