Searched refs:auditLogger (Results 1 – 2 of 2) sorted by relevance
40 private $auditLogger; variable in GoogleCalendarSync59 $this->auditLogger = new CalendarAuditLogger();215 if ($this->auditLogger) {216 $this->auditLogger->log('google_auth', ['action' => 'connected']);280 if ($this->auditLogger) {281 $this->auditLogger->log('google_auth', ['action' => 'disconnected']);379 if ($this->auditLogger) {380 $this->auditLogger->log('google_import', [558 if ($this->auditLogger) {559 $this->auditLogger->log('google_export', [
65 private $auditLogger = null; variable in action_plugin_calendar74 if ($this->auditLogger === null) {75 $this->auditLogger = new CalendarAuditLogger();77 return $this->auditLogger;