$logger
$logger : null|self
Instance.
Class ActionScheduler_Logger
$logger : null|self
Instance.
log_failed_fetch_action(string $action_id, null|\Exception $exception = null) : mixed
Log the failure of fetching the action.
string | $action_id | Action ID. |
null|\Exception | $exception | The exception which occurred when fetching the action. NULL by default for backward compatibility. |