Browse
For agents
About
AliNext – WooCommerce Dropshipping Plugin for AliExpress
/
trunk
AliNext – WooCommerce Dropshipping Plugin for AliExpress
vtrunk
Overview
Code
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
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
class
IopLogger
3
{
4
public
function
log
(
$
logData
)
5
{
6
error_log
(
print_r
(
$
logData
,
true
)
)
;
7
}
8
}
9