ActionScheduler_Logger::log()
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() ActionScheduler Logger::log code WC 9.3.1
abstract public function log( $action_id, $message, DateTime $date = NULL );