Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Diag

Открытые члены

 setShowOnDisplay ($showOnDisplay)
 
 setExclusiveUserId ($exclusiveUserId)
 
 activate ()
 
 deactivate ()
 
 collectDebugInfo ($uniqueId)
 
 log ($data)
 

Открытые статические члены

static getInstance ()
 

Подробное описание

См. определение в файле diag.php строка 11

Методы

◆ activate()

activate ( )

Activate log.

Возвращает
$this

См. определение в файле diag.php строка 72

◆ collectDebugInfo()

collectDebugInfo ( $uniqueId)

Collects debug info.

Аргументы
mixed$uniqueIdId of segment.
Возвращает
void

См. определение в файле diag.php строка 92

◆ deactivate()

deactivate ( )

Deactivate log.

Возвращает
$this

См. определение в файле diag.php строка 82

◆ getInstance()

static getInstance ( )
static

Gets instance of Diag.

Возвращает
Diag

См. определение в файле diag.php строка 33

◆ log()

log ( $data)

Logs data in common log (

См. также
AddMessage2Log).
Аргументы
mixed$dataMixed data to log.
Возвращает
void

См. определение в файле diag.php строка 198

◆ setExclusiveUserId()

setExclusiveUserId ( $exclusiveUserId)

Sets user id who can use class Diag. If set null then everybody can use it.

Аргументы
int$exclusiveUserIdId of user.
Возвращает
$this

См. определение в файле diag.php строка 61

◆ setShowOnDisplay()

setShowOnDisplay ( $showOnDisplay)

Sets value to status of show log message on display.

Аргументы
bool$showOnDisplayValue.
Возвращает
$this

См. определение в файле diag.php строка 49