PluginProbe
AliNext – WooCommerce Dropshipping Plugin for AliExpress / trunk
AliNext – WooCommerce Dropshipping Plugin for AliExpress vtrunk
ali2woo-lite / includes / libs / ae-php-sdk / iop / IopLogger.php

IopLogger.php in AliNext – WooCommerce Dropshipping Plugin for AliExpress trunk, at includes/libs/ae-php-sdk/iop/IopLogger.php

9 lines 107 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 class IopLogger
3 {
4 public function log($logData)
5 {
6 error_log(print_r($logData, true));
7 }
8 }
9