Home
last modified time | relevance | path

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

/plugin/calendar/classes/
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', [
557 if ($this->auditLogger) {
558 $this->auditLogger->log('google_export', [
/plugin/calendar/
Daction.php28 private $auditLogger = null; variable in action_plugin_calendar
37 if ($this->auditLogger === null) {
38 $this->auditLogger = new CalendarAuditLogger();
40 return $this->auditLogger;