You are here

public property LogEntry::$log_entry_fields in Ultimate Cron 8.2

File

src/Logger/LogEntry.php, line 30

Class

LogEntry
Class for Ultimate Cron log entries.

Namespace

Drupal\ultimate_cron\Logger

Code

public $log_entry_fields = array(
  'lid',
  'uid',
  'log_type',
  'start_time',
  'end_time',
  'init_message',
  'message',
  'severity',
);