You are here

protected property StashLogger::$logs in Backup and Migrate 8.4

Type: array

File

lib/backup_migrate_core/src/Service/StashLogger.php, line 20

Class

StashLogger
Saves log entries to memory to be processed during the current process. This simple service does no clearing or memory management so should not be used for a long-running process.

Namespace

BackupMigrate\Core\Service

Code

protected $logs = [];