Created
November 4, 2015 14:41
-
-
Save d1i1m1o1n/705f43b6bf126a6444dd to your computer and use it in GitHub Desktop.
Отладка в CMS 1C-Bitrix(AddMessage2Log)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//в файлах init.php или в dbconn.php | |
define("LOG_FILENAME", $_SERVER["DOCUMENT_ROOT"]."/log.txt"); | |
//Используем | |
AddMessage2Log('$arFields = '.print_r($arFields, true),''); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment