ActionScheduler_DBLogger
Class ActionScheduler_DBLogger
Description Description
Action logs data table data store.
Source Source
File: packages/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Methods Methods
- bulk_log_cancel_actions — Bulk add cancel action log entries.
- clear_deleted_action_logs — Delete the action logs for an action.
- create_entry_from_db_record — Create an action log entry from a database record.
- get_entry — Retrieve an action log entry.
- get_logs — Retrieve the an action's log entries from the database.
- init — Initialize the data store.
- log — Add a record to an action log.