Jump to content

Search the Community

Showing results for tags 'logger'.

  • Search By Tags

    • logger ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 2 results

  1. Hi all, Before using Prestashop 1.7, for my Prestashop commands, I used $logger = new ConsoleLogger($output); before call $logger->warn(...);. With Prestahsop 1.7, I use the dependency injection, and in the constructor of the class, I call LoggerInterface : use Psr\Log\LoggerInte...
  2. Hello, An object, used by my module had this code : private function fetchData($exporter) { $fetched_data = file_get_contents($exporter->getFetchFullUrl()); \Logger::addLog("fetching from " . $exporter->getFetchFullUrl(), 1, null, null, null, true); return $f...
×
×
  • Create New...