You are here

public function Messaging_Message::log in Messaging 7

Same name and namespace in other branches
  1. 6.4 includes/messaging_message.class.inc \Messaging_Message::log()

Log message

2 calls to Messaging_Message::log()
Messaging_Message::dispatch_failed in ./messaging.message.inc
After the message has been processed with errors
Messaging_Message::dispatch_success in ./messaging.message.inc
After the message has been processed successfully

File

./messaging.message.inc, line 679
Drupal Messaging Framework - Message class file

Class

Messaging_Message
Message class

Code

public function log() {
  $this
    ->record();
  return $message
    ->save('logs');
}