Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/location/lib/infrastructure/service/loggerservice/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/location/lib/infrastructure/service/loggerservice/ilogger.php

<?php
namespace Bitrix\Location\Infrastructure\Service\LoggerService;

interface ILogger
{
	public function log(int $level, string $message, int $eventType = 0, array $context = []);
}