Your IP : 52.14.66.242


Current Path : /var/www/u0635749/data/bitrix24.hobbyclick.ru/smstraffic-sms/
Upload File :
Current File : /var/www/u0635749/data/bitrix24.hobbyclick.ru/smstraffic-sms/loggerInit.php

<?php

require_once __DIR__ .  "/vendor/autoload.php";
require_once __DIR__ .  "/config/mainConfig.php";

use Monolog\Handler\StreamHandler;
use Monolog\Logger;

$logger = new Logger('main');

$logger->pushHandler(new StreamHandler($logDirPath . '/error.log', Logger::ERROR));
if ($debugMode) {
    $logger->pushHandler(new StreamHandler($logDirPath . '/debug.log', Logger::DEBUG));
}