ActionScheduler_Logger::log()publicWC 1.0

Method of the class: ActionScheduler_Logger{}

No Hooks.

Return

String. The log entry ID

Usage

$ActionScheduler_Logger = new ActionScheduler_Logger();
$ActionScheduler_Logger->log( $action_id, $message, $date );
$action_id(string) (required)
-
$message(string) (required)
-
$date(DateTime)
-
Default: NULL

ActionScheduler_Logger::log() code WC 8.7.0

abstract public function log( $action_id, $message, DateTime $date = NULL );