Home
last modified time | relevance | path

Searched refs:logType (Results 26 – 44 of 44) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicySimulator/
H A DGoogleIamV1AuditLogConfig.php30 public $logType; variable in Google\\Service\\PolicySimulator\\GoogleIamV1AuditLogConfig
49 public function setLogType($logType) argument
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicyTroubleshooter/
H A DGoogleIamV1AuditLogConfig.php30 public $logType; variable in Google\\Service\\PolicyTroubleshooter\\GoogleIamV1AuditLogConfig
49 public function setLogType($logType) argument
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
H A DAuditLogConfig.php30 public $logType; variable in Google\\Service\\BigtableAdmin\\AuditLogConfig
49 public function setLogType($logType) argument
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudbilling/
H A DAuditLogConfig.php30 public $logType; variable in Google\\Service\\Cloudbilling\\AuditLogConfig
49 public function setLogType($logType) argument
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryConnectionService/
H A DAuditLogConfig.php30 public $logType; variable in Google\\Service\\BigQueryConnectionService\\AuditLogConfig
49 public function setLogType($logType) argument
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IDS/
H A DAuditLogConfig.php30 public $logType; variable in Google\\Service\\IDS\\AuditLogConfig
49 public function setLogType($logType) argument
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
H A DAuditLogConfig.php30 public $logType; variable in Google\\Service\\Iam\\AuditLogConfig
49 public function setLogType($logType) argument
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DAuditLogConfig.php30 public $logType; variable in Google\\Service\\CloudAsset\\AuditLogConfig
49 public function setLogType($logType) argument
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleIamV1AuditLogConfig.php30 public $logType; variable in Google\\Service\\CloudRun\\GoogleIamV1AuditLogConfig
49 public function setLogType($logType) argument
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkServices/
H A DAuditLogConfig.php30 public $logType; variable in Google\\Service\\NetworkServices\\AuditLogConfig
49 public function setLogType($logType) argument
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSourceRepositories/
H A DAuditLogConfig.php30 public $logType; variable in Google\\Service\\CloudSourceRepositories\\AuditLogConfig
49 public function setLogType($logType) argument
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
H A DAuditLogConfig.php30 public $logType; variable in Google\\Service\\BackupforGKE\\AuditLogConfig
49 public function setLogType($logType) argument
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/
H A DAuditLogConfig.php30 public $logType; variable in Google\\Service\\CloudKMS\\AuditLogConfig
49 public function setLogType($logType) argument
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/
H A DAuditLogConfig.php30 public $logType; variable in Google\\Service\\SecretManager\\AuditLogConfig
49 public function setLogType($logType) argument
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkSecurity/
H A DGoogleIamV1AuditLogConfig.php30 public $logType; variable in Google\\Service\\NetworkSecurity\\GoogleIamV1AuditLogConfig
49 public function setLogType($logType) argument
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
H A DAuditLogConfig.php34 public $logType; variable in Google\\Service\\GameServices\\AuditLogConfig
67 public function setLogType($logType) argument
69 $this->logType = $logType;
76 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAuditLogConfig.php34 public $logType; variable in Google\\Service\\Compute\\AuditLogConfig
67 public function setLogType($logType) argument
69 $this->logType = $logType;
76 return $this->logType;
/plugin/loglog/helper/
H A Dalert.php66 * @param string $logType
71 protected function handleThreshold($logType, $threshold, $minuteInterval, $email) argument
84 $msgNeedle = $this->mainHelper->getNotificationString($logType, 'msgNeedle');
92 $this->statfile = $conf['cachedir'] . '/loglog.' . $logType . '.stat';
96 $this->sendAlert($logType, $email);
103 * @param string $logType
106 protected function sendAlert($logType, $email) argument
108 $template = $this->localFN($logType);
112 $this->getLang($this->mainHelper->getNotificationString($logType, 'emailSubjectLang')),
/plugin/loglog/
H A Dadmin.php101 $logType = $this->mainHelper->getLogTypeFromMsg($line['msg']);
103 if ($this->filter && $this->filter !== '' && $this->filter!== $logType) {

12