Current Path : /home/dev2.destoffenstraat.com/vendor-1/magento/framework/DB/Logger/ |
Current File : /home/dev2.destoffenstraat.com/vendor-1/magento/framework/DB/Logger/Quiet.php |
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Framework\DB\Logger; class Quiet implements \Magento\Framework\DB\LoggerInterface { /** * {@inheritdoc} */ public function log($str) { } /** * {@inheritdoc} */ public function logStats($type, $sql, $bind = [], $result = null) { } /** * {@inheritdoc} */ public function critical(\Exception $e) { } /** * {@inheritdoc} */ public function startTimer() { } }