Last active
August 10, 2016 13:39
-
-
Save ivanweiler/ce97bbf356529c551b1e9930fdffcdc5 to your computer and use it in GitHub Desktop.
Mage::log
This file contains 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') | |
->debug(print_r($a, true)); | |
//var/log/debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment