Logger
Class Logger
Table of Contents
Constants
Methods
- add() : mixed
- addDebugInfo() : mixed
- addError() : mixed
Constants
E_ALL
public
mixed
E_ALL
= 0
E_ERROR
public
mixed
E_ERROR
= 1
Methods
add()
public
static add(array<string|int, mixed> $fields) : mixed
Use \Bitrix\Sale\PaySystem\Logger::addError instead
Parameters
- $fields : array<string|int, mixed>
Tags
addDebugInfo()
public
static addDebugInfo(mixed $debugInfo) : mixed
Parameters
- $debugInfo : mixed
Tags
addError()
public
static addError(mixed $error) : mixed
Parameters
- $error : mixed