Error_Log::__construct( string $log_path )

Summary

Log constructor.


Parameters

$log_path

(string) (Required) File system path to the log file


Source

File: src/BigCommerce/Logging/Error_Log.php

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


User Contributed Notes

You must log in before being able to contribute a note or feedback.