Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
log.php
1<?php
2
3namespace Bitrix\Sender;
4
5class 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}
static stat($event, $tag='', $label='')
Definition log.php:14