Created
March 29, 2022 15:17
-
-
Save phamngsinh/90c8f8cde0cf26962c7170cab08bc565 to your computer and use it in GitHub Desktop.
Generate log with object manager for debugging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \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