Home
last modified time | relevance | path

Searched refs:auditLogger (Results 1 – 2 of 2) sorted by relevance

/plugin/calendar/classes/
H A DGoogleCalendarSync.php40 private $auditLogger; variable in GoogleCalendarSync
59 $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', [
/plugin/calendar/
H A Daction.php65 private $auditLogger = null; variable in action_plugin_calendar
74 if ($this->auditLogger === null) {
75 $this->auditLogger = new CalendarAuditLogger();
77 return $this->auditLogger;