Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework
DB
LoggerInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\DB
;
7
11
interface
LoggerInterface
12
{
16
const
TYPE_CONNECT
=
'connect'
;
17
const
TYPE_TRANSACTION
=
'transaction'
;
18
const
TYPE_QUERY
=
'query'
;
27
public
function
log
($str);
28
32
public
function
startTimer
();
33
41
public
function
logStats
(
$type
, $sql, $bind = [],
$result
=
null
);
42
47
public
function
critical
(\Exception $e);
48
}
$result
$result
Definition:
product_configurable_not_available_rollback.php:26
Magento\Framework\DB\LoggerInterface
Definition:
LoggerInterface.php:11
Magento\Framework\DB\LoggerInterface\TYPE_TRANSACTION
const TYPE_TRANSACTION
Definition:
LoggerInterface.php:17
Magento\Framework\DB\LoggerInterface\log
log($str)
Magento\Framework\DB\LoggerInterface\startTimer
startTimer()
$type
$type
Definition:
item.phtml:13
Magento\Framework\DB\LoggerInterface\TYPE_QUERY
const TYPE_QUERY
Definition:
LoggerInterface.php:18
Magento\Framework\DB\LoggerInterface\TYPE_CONNECT
const TYPE_CONNECT
Definition:
LoggerInterface.php:16
Magento\Framework\DB
Definition:
AbstractMapper.php:6
Magento\Framework\DB\LoggerInterface\critical
critical(\Exception $e)
Magento\Framework\DB\LoggerInterface\logStats
logStats($type, $sql, $bind=[], $result=null)