Skip to content

Instantly share code, notes, and snippets.

@phamngsinh
Created March 29, 2022 15:17
Show Gist options
  • Select an option

  • Save phamngsinh/90c8f8cde0cf26962c7170cab08bc565 to your computer and use it in GitHub Desktop.

Select an option

Save phamngsinh/90c8f8cde0cf26962c7170cab08bc565 to your computer and use it in GitHub Desktop.
Generate log with object manager for debugging
\Magento\Framework\App\ObjectManager::getInstance()
->get(\Psr\Log\LoggerInterface::class)->debug('your message')
PHPSTORM template
\Magento\Framework\App\ObjectManager::getInstance()
->get(\Psr\Log\LoggerInterface::class)->debug($END$)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment