You are here

function spamspan_admin::log in SpamSpan filter 7

@function Generic logging function. Used mainly for development.

File

./spamspan_admin.php, line 123
This module implements the spamspan technique (http://www.spamspan.com ) for hiding email addresses from spambots.

Class

spamspan_admin

Code

function log($message, $variables = array()) {
  watchdog($this->display_name, $message, $variables);
}