You are here

public function PuSHSubscriberEnvironmentInterface::log in Feeds 8.2

A log message to be logged to the database or the file system.

Parameters

$msg: A string that is the message to be displayed.

$level: A string that is either 'status', 'warning' or 'error'.

1 method overrides PuSHSubscriberEnvironmentInterface::log()
PuSHEnvironment::log in lib/Drupal/feeds/PuSHEnvironment.php
Implements PuSHSubscriberEnvironmentInterface::log().

File

lib/Drupal/feeds/PuSHSubscriber.php, line 391
Pubsubhubbub subscriber library.

Class

PuSHSubscriberEnvironmentInterface
Implement to provide environmental functionality like user messages and logging.

Namespace

Drupal\feeds

Code

public function log($msg, $level = 'status');