WebTechKitchen; Your Web Technology Kitchen, contact us to create, or maintain your websites and other digital properties.

Drupal 8 logger example

Submitted by barnettech on Tue, 08/31/2021 - 10:23
 \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'],
          ]);