Logging variables or custom messages to a custom file are usually used in every development of building websites. In Magento 1, it was common to segment logs into different files (to separate logs for 3rd party extensions etc.). That’s as easy as changing the $file parameter of Mage::log. But in magento…
Goal: After reading this tutorial Magento 2 How to get all xml loaded tree , you can output any layout xml file of any page in magento 2. Sometime you have a desire to print all xml loaded tree to check whether your custom xml handles are loaded or not ?…