# ali2woo-lite/trunk/includes/libs/ae-php-sdk/iop/Constants.php

AliNext – WooCommerce Dropshipping Plugin for AliExpress, version trunk. 7 lines.

- Page: https://pluginprobe.com/plugins/ali2woo-lite/trunk/code/includes/libs/ae-php-sdk/iop/Constants.php
- Raw: https://pluginprobe.com/plugins/ali2woo-lite/trunk/raw/includes/libs/ae-php-sdk/iop/Constants.php
- Modified: 2023-10-24T18:02:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/ali2woo-lite/trunk/code/includes/libs/ae-php-sdk/iop/Constants.php#L10-L20`.

```php
<?php
class Constants
{
	static $log_level_debug = "DEBUG";
	static $log_level_info = "INFO";
	static $log_level_error = "ERROR";
}
```
