| Current Path : /var/www/homesaver/www/bitrix/modules/location/lib/infrastructure/service/loggerservice/ |
| 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 = []);
}