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', [557 if ($this->auditLogger) {558 $this->auditLogger->log('google_export', [
28 private $auditLogger = null; variable in action_plugin_calendar37 if ($this->auditLogger === null) {38 $this->auditLogger = new CalendarAuditLogger();40 return $this->auditLogger;