You are here

public function LogsHttpLoggerInterface::getUrl in Logs HTTP 8

A getter for the url of the endpoint we should send the data to.

Return value

string The URL.

1 method overrides LogsHttpLoggerInterface::getUrl()
LogsHttpLogger::getUrl in src/Logger/LogsHttpLogger.php
A getter for the url of the endpoint we should send the data to.

File

src/Logger/LogsHttpLoggerInterface.php, line 68

Class

LogsHttpLoggerInterface
Describes a Logs Http Logger instance.

Namespace

Drupal\logs_http\Logger

Code

public function getUrl();