Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
log.php
1
<?php
2
3
namespace
Bitrix\Sender
;
4
5
class
Log
6
{
14
public
static
function
stat
($event, $tag =
''
, $label =
''
)
15
{
16
if
(function_exists(
'AddEventToStatFile'
))
17
{
18
AddEventToStatFile(
'sender'
, $event, $tag, $label);
19
}
20
}
21
}
Bitrix\Sender\Log
Definition
log.php:6
Bitrix\Sender\Log\stat
static stat($event, $tag='', $label='')
Definition
log.php:14
Bitrix\Sender
modules
sender
lib
log.php
Создано системой
1.10.0