You are here

public function PuSHSubscriberEnvironmentInterface::log in Feeds 6

Same name and namespace in other branches
  1. 7.2 libraries/PuSHSubscriber.inc \PuSHSubscriberEnvironmentInterface::log()
  2. 7 libraries/PuSHSubscriber.inc \PuSHSubscriberEnvironmentInterface::log()

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 plugins/FeedsHTTPFetcher.inc
Implements PuSHSubscriberEnvironmentInterface::log().

File

libraries/PuSHSubscriber.inc, line 389
Pubsubhubbub subscriber library.

Class

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

Code

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