Home
last modified time | relevance | path

Searched refs:BuildLogString (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/lib/log/
H A Dfilelog.php84 public function BuildLogString($loglevel, $message, $includeUserDevice = true) { function in FileLog
117 $data = $this->BuildLogString($loglevel, $message) . PHP_EOL;
130 $data = $this->BuildLogString($loglevel, $message, false) . PHP_EOL;
143 $data = $this->BuildLogString($loglevel, $message) . PHP_EOL;
H A Dsyslog.php167 public function BuildLogString($loglevel, $message, $includeUserDevice = true) { function in Syslog
201 $data = $this->BuildLogString($loglevel, $message);
211 $this->BuildLogString($loglevel, $message)
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/lib/log/
H A Dfilelog.php84 public function BuildLogString($loglevel, $message, $includeUserDevice = true) { function in FileLog
117 $data = $this->BuildLogString($loglevel, $message) . PHP_EOL;
130 $data = $this->BuildLogString($loglevel, $message, false) . PHP_EOL;
143 $data = $this->BuildLogString($loglevel, $message) . PHP_EOL;
H A Dsyslog.php167 public function BuildLogString($loglevel, $message, $includeUserDevice = true) { function in Syslog
201 $data = $this->BuildLogString($loglevel, $message);
211 $this->BuildLogString($loglevel, $message)