ActionScheduler_DBLogger::log( int $action_id, string $message, DateTime $date = null )

Add a record to an action log.


Description Description


Parameters Parameters

$action_id

(Required) Action ID.

$message

(Required) Message to be saved in the log entry.

$date

(Optional) Timestamp of the log entry.

Default value: null


Top ↑

Return Return

(int) The log entry ID.


Top ↑

Source Source

File: packages/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.