woocommerce / woocommerce-order-source-attribution

WooCommerce Order Source Attribution helps merchants understand which marketing activities, channels or campaigns are leading to orders in their stores.
https://github.com/woocommerce/woocommerce-order-source-attribution
5 stars 0 forks source link

Add logger class. #20

Closed rawdreeg closed 1 year ago

rawdreeg commented 1 year ago

Changes proposed in this Pull Request:

Added a simple logger class to the extension.

Checks:

  1. Run the logger. e.g, $this->logger->log_message( 'Some message', __METHOD__ );
  2. Confirm in WooCommerce -> Status -> Log that message is logged correct.

Additional details:

Changelog entry

Add - Logging class.

rawdreeg commented 1 year ago

Thanks for the review, @JPry. This is ready for another round of reviews :-)