Automattic\WooCommerce\Blueprint

Logger::__constructpublicWC 1.0

Constructor.

Method of the class: Logger{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Logger = new Logger();
$Logger->__construct();

Logger::__construct() code WC 9.9.5

public function __construct() {
	$this->logger = wc_get_logger();
}