An array of log entries. The array is unindexed and contains nested, unindexed arrays, each with the following keys:
- 0: The log message.
- 1: The log variables for substitution.
- 2: The log message type (LOG_SUCCESS, LOG_ERROR, or LOG_INFO).
Type: array
File
- core/
includes/ backup/ backup.class.inc, line 29 - Contains the Backup base class.
Class
- Backup
- Base class for creating backups.
Code
protected $log = array();