Documentation
README
Logging in Bitrix (PSR-3)
Bitrix follows the PSR-3 standard. In code, inject \Psr\Log\LoggerInterface, and in .settings.php, configure the specific implementation. Direct calls to AddMessage2Log are legacy; in new code, write via DI logger.
Built-in Implementations
All are in the \Bitrix\Main\Diag\ namespace:
This is the opening of the README. Read the full README on GitHub.