You are here

public function FeedsSource::log in Feeds 7.2

Writes to feeds log.

1 call to FeedsSource::log()
FeedsSource::finishImport in includes/FeedsSource.inc
Cleans up after an import.

File

includes/FeedsSource.inc, line 1152
Definition of FeedsSourceInterface, FeedsState and FeedsSource class.

Class

FeedsSource
Holds the source of a feed to import.

Code

public function log($type, $message, $variables = array(), $severity = WATCHDOG_NOTICE) {
  feeds_log($this->id, $this->feed_nid, $type, $message, $variables, $severity);
}