Home
last modified time | relevance | path

Searched refs:log (Results 1 – 25 of 654) sorted by relevance

12345678910>>...27

/plugin/log404/_test/
H A Dgeneral.test.php52 $log->load();
65 $log->load();
76 @unlink($log->filename());
85 $log->load();
94 $log->load();
105 @unlink($log->filename());
114 $log->deleteRecord('a');
140 $log->deleteRecord('b');
164 $log->deleteRecord('a');
167 $log->load();
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DCli.php226 $this->log('Error: ' . $e->getMessage(), 'red');
269 $this->log('Error: ' . $e->getMessage(), 'red');
284 $this->log('Usage:', 'yellow');
286 $this->log('');
287 $this->log('Options:', 'yellow');
299 $this->log('');
300 $this->log('Commands:', 'yellow');
305 $this->log(
315 $this->log('Examples:', 'yellow');
319 $this->log(' vobject color calendar.ics');
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/
H A DCli.php226 $this->log('Error: ' . $e->getMessage(), 'red');
269 $this->log('Error: ' . $e->getMessage(),'red');
284 $this->log('Usage:', 'yellow');
286 $this->log('');
287 $this->log('Options:', 'yellow');
299 $this->log('');
300 $this->log('Commands:', 'yellow');
305 $this->log(
315 $this->log('Examples:', 'yellow');
319 $this->log(' vobject color calendar.ics');
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DCli.php226 $this->log('Error: ' . $e->getMessage(), 'red');
269 $this->log('Error: ' . $e->getMessage(),'red');
284 $this->log('Usage:', 'yellow');
286 $this->log('');
287 $this->log('Options:', 'yellow');
299 $this->log('');
300 $this->log('Commands:', 'yellow');
305 $this->log(
315 $this->log('Examples:', 'yellow');
319 $this->log(' vobject color calendar.ics');
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php226 $this->log('Error: ' . $e->getMessage(), 'red');
269 $this->log('Error: ' . $e->getMessage(),'red');
284 $this->log('Usage:', 'yellow');
286 $this->log('');
287 $this->log('Options:', 'yellow');
299 $this->log('');
300 $this->log('Commands:', 'yellow');
305 $this->log(
315 $this->log('Examples:', 'yellow');
319 $this->log(' vobject color calendar.ics');
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php218 $this->log('Error: '.$e->getMessage(), 'red');
259 $this->log('Error: '.$e->getMessage(), 'red');
272 $this->log('Usage:', 'yellow');
274 $this->log('');
275 $this->log('Options:', 'yellow');
287 $this->log('');
288 $this->log('Commands:', 'yellow');
293 $this->log(
303 $this->log('Examples:', 'yellow');
307 $this->log(' vobject color calendar.ics');
[all …]
/plugin/upgrade/
H A Dhelper.php68 $this->log('error', $this->getLang('vs_ssl'));
76 $this->log('error', $this->getLang('vs_tgzno') . ' ' . hsc($http->error));
81 $this->log('error', $this->getLang('vs_tgzno'));
84 $this->log('notice', $this->getLang('vs_tgz'), $tgzversion);
91 $this->log('notice', $this->getLang('vs_local'), $version);
95 $this->log('warning', $this->getLang('vs_localno'));
99 $this->log('warning', $this->getLang('vs_newer'));
102 $this->log('warning', $this->getLang('vs_same'));
113 $this->log('warning', $this->getLang('vs_plugin'), $plugininfo['date']);
123 $this->log('erro
407 protected function log() global() function in helper_plugin_upgrade
[all...]
/plugin/smtp/classes/
H A DLogger.php16 protected $log = array(); variable in splitbrain\\dokuwiki\\plugin\\smtp\\Logger
24 return $this->log;
37 $this->log('emergency', $message, $context);
53 $this->log('alert', $message, $context);
68 $this->log('critical', $message, $context);
82 $this->log('error', $message, $context);
98 $this->log('warning', $message, $context);
111 $this->log('notice', $message, $context);
126 $this->log('info', $message, $context);
139 $this->log('debug', $message, $context);
[all …]
/plugin/gdpr/
H A Dcli.php41 $this->log('info', 'Collecting pages...');
45 $this->log('info', count($pageChangelogs) . ' pages found.');
46 $this->log('info', 'Cleaning page changelogs...');
50 $this->log('debug', 'Cleaning changelog ' . $changelogFN);
53 $this->log('success', 'The page changelogs have been cleaned.');
55 $this->log('info', 'Collecting media files...');
57 $this->log('info', count($mediaChangelogs) . ' media files found.');
58 $this->log('info', 'Cleaning media changelogs...');
60 $this->log('debug', 'Cleaning media changelog ' . $changelogFN);
63 $this->log('success', 'The media changelogs have been cleaned.');
/plugin/cleanoldips/
H A Dcli.php41 $this->log('info', 'Collecting pages...');
45 $this->log('info', count($pages) . ' pages found.');
46 $this->log('info', 'Cleaning page changelogs...');
50 $this->log('debug', 'Cleaning changelog for page ' . $pageid);
53 $this->log('success', 'The page changelogs have been cleaned.');
55 $this->log('info', 'Collecting media files...');
59 $this->log('info', count($media) . ' media files found.');
60 $this->log('info', 'Cleaning media changelogs...');
62 $this->log('debug', 'Cleaning changelog for media file ' . $mediaid);
65 $this->log('success', 'The media changelogs have been cleaned.');
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php203 $log = Swift_LogContainer::getLog();
204 if ($log->hasLevel(Swift_Log::LOG_EVERYTHING))
295 $log = Swift_LogContainer::getLog();
296 if ($log->hasLevel(Swift_log::LOG_EVERYTHING))
304 if ($log->isEnabled())
306 $log->add($error_msg, Swift_Log::ERROR);
344 $log = Swift_LogContainer::getLog();
345 if ($log->hasLevel(Swift_Log::LOG_EVERYTHING))
422 $log = Swift_LogContainer::getLog();
423 if ($log->hasLevel(Swift_Log::LOG_EVERYTHING))
[all …]
/plugin/telleveryone/
H A Dadmin.php44 $log = $INPUT->arr('log');
57 if (!isset($log['message'])) return;
58 $message = $log['message'];
69 if (!isset($log['id'])) return;
73 if (!isset($log['id']) || !isset($log['message'])) return;
74 $message = $log['message'];
110 foreach ($logs as $log) {
111 $id = $log['id'];
112 $timestamp = strtotime($log['timestamp']);
113 $message = $log['message'];
[all …]
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DCLI.php25 $this->log('emergency', $message, $context);
39 $this->log('alert', $message, $context);
52 $this->log('critical', $message, $context);
64 $this->log('error', $message, $context);
78 $this->log('warning', $message, $context);
91 $this->log('notice', $message, $context);
104 $this->log('info', $message, $context);
115 $this->log('debug', $message, $context);
123 public function log($level, $message, array $context = array()) function in splitbrain\\phpcli\\CLI
/plugin/webdav/vendor/psr/log/Psr/Log/
H A DLoggerTrait.php25 $this->log(LogLevel::EMERGENCY, $message, $context);
41 $this->log(LogLevel::ALERT, $message, $context);
56 $this->log(LogLevel::CRITICAL, $message, $context);
70 $this->log(LogLevel::ERROR, $message, $context);
86 $this->log(LogLevel::WARNING, $message, $context);
99 $this->log(LogLevel::NOTICE, $message, $context);
114 $this->log(LogLevel::INFO, $message, $context);
127 $this->log(LogLevel::DEBUG, $message, $context);
141 abstract public function log($level, $message, array $context = array()); function
H A DAbstractLogger.php24 $this->log(LogLevel::EMERGENCY, $message, $context);
40 $this->log(LogLevel::ALERT, $message, $context);
55 $this->log(LogLevel::CRITICAL, $message, $context);
69 $this->log(LogLevel::ERROR, $message, $context);
85 $this->log(LogLevel::WARNING, $message, $context);
98 $this->log(LogLevel::NOTICE, $message, $context);
113 $this->log(LogLevel::INFO, $message, $context);
126 $this->log(LogLevel::DEBUG, $message, $context);
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DLoggerTrait.php25 $this->log(LogLevel::EMERGENCY, $message, $context);
41 $this->log(LogLevel::ALERT, $message, $context);
56 $this->log(LogLevel::CRITICAL, $message, $context);
70 $this->log(LogLevel::ERROR, $message, $context);
86 $this->log(LogLevel::WARNING, $message, $context);
99 $this->log(LogLevel::NOTICE, $message, $context);
114 $this->log(LogLevel::INFO, $message, $context);
127 $this->log(LogLevel::DEBUG, $message, $context);
141 abstract public function log($level, $message, array $context = array()); function
H A DAbstractLogger.php24 $this->log(LogLevel::EMERGENCY, $message, $context);
40 $this->log(LogLevel::ALERT, $message, $context);
55 $this->log(LogLevel::CRITICAL, $message, $context);
69 $this->log(LogLevel::ERROR, $message, $context);
85 $this->log(LogLevel::WARNING, $message, $context);
98 $this->log(LogLevel::NOTICE, $message, $context);
113 $this->log(LogLevel::INFO, $message, $context);
126 $this->log(LogLevel::DEBUG, $message, $context);
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DLoggerTrait.php9 * It simply delegates all log-level-specific methods to the `log` method to
25 $this->log(LogLevel::EMERGENCY, $message, $context);
41 $this->log(LogLevel::ALERT, $message, $context);
56 $this->log(LogLevel::CRITICAL, $message, $context);
70 $this->log(LogLevel::ERROR, $message, $context);
86 $this->log(LogLevel::WARNING, $message, $context);
99 $this->log(LogLevel::NOTICE, $message, $context);
114 $this->log(LogLevel::INFO, $message, $context);
127 $this->log(LogLeve
141 abstract public function log($level, $message, array $context = array()); global() function
[all...]
H A DAbstractLogger.php8 * It simply delegates all log-level-specific methods to the `log` method to
24 $this->log(LogLevel::EMERGENCY, $message, $context);
40 $this->log(LogLevel::ALERT, $message, $context);
55 $this->log(LogLevel::CRITICAL, $message, $context);
69 $this->log(LogLevel::ERROR, $message, $context);
85 $this->log(LogLevel::WARNING, $message, $context);
98 $this->log(LogLevel::NOTICE, $message, $context);
113 $this->log(LogLevel::INFO, $message, $context);
126 $this->log(LogLeve
[all...]
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DLoggerTrait.php25 $this->log(LogLevel::EMERGENCY, $message, $context);
41 $this->log(LogLevel::ALERT, $message, $context);
56 $this->log(LogLevel::CRITICAL, $message, $context);
70 $this->log(LogLevel::ERROR, $message, $context);
86 $this->log(LogLevel::WARNING, $message, $context);
99 $this->log(LogLevel::NOTICE, $message, $context);
114 $this->log(LogLevel::INFO, $message, $context);
127 $this->log(LogLevel::DEBUG, $message, $context);
139 abstract public function log($level, $message, array $context = array()); function
H A DAbstractLogger.php24 $this->log(LogLevel::EMERGENCY, $message, $context);
40 $this->log(LogLevel::ALERT, $message, $context);
55 $this->log(LogLevel::CRITICAL, $message, $context);
69 $this->log(LogLevel::ERROR, $message, $context);
85 $this->log(LogLevel::WARNING, $message, $context);
98 $this->log(LogLevel::NOTICE, $message, $context);
113 $this->log(LogLevel::INFO, $message, $context);
126 $this->log(LogLevel::DEBUG, $message, $context);
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DLoggerTrait.php9 * It simply delegates all log-level-specific methods to the `log` method to
25 $this->log(LogLevel::EMERGENCY, $message, $context);
41 $this->log(LogLevel::ALERT, $message, $context);
56 $this->log(LogLevel::CRITICAL, $message, $context);
70 $this->log(LogLevel::ERROR, $message, $context);
86 $this->log(LogLevel::WARNING, $message, $context);
99 $this->log(LogLevel::NOTICE, $message, $context);
114 $this->log(LogLevel::INFO, $message, $context);
127 $this->log(LogLeve
141 abstract public function log($level, $message, array $context = array()); global() function
[all...]
H A DAbstractLogger.php8 * It simply delegates all log-level-specific methods to the `log` method to
24 $this->log(LogLevel::EMERGENCY, $message, $context);
40 $this->log(LogLevel::ALERT, $message, $context);
55 $this->log(LogLevel::CRITICAL, $message, $context);
69 $this->log(LogLevel::ERROR, $message, $context);
85 $this->log(LogLevel::WARNING, $message, $context);
98 $this->log(LogLevel::NOTICE, $message, $context);
113 $this->log(LogLevel::INFO, $message, $context);
126 $this->log(LogLeve
[all...]
/plugin/swiftmail/Swift/
H A DLogContainer.php25 protected static $log = null; variable in Swift_LogContainer
31 public static function setLog(Swift_Log $log) argument
33 self::$log = $log;
41 if (self::$log === null)
45 return self::$log;
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DAbstractLogger.php31 $this->log(Mustache_Logger::EMERGENCY, $message, $context);
45 $this->log(Mustache_Logger::ALERT, $message, $context);
58 $this->log(Mustache_Logger::CRITICAL, $message, $context);
70 $this->log(Mustache_Logger::ERROR, $message, $context);
84 $this->log(Mustache_Logger::WARNING, $message, $context);
95 $this->log(Mustache_Logger::NOTICE, $message, $context);
108 $this->log(Mustache_Logger::INFO, $message, $context);
119 $this->log(Mustache_Logger::DEBUG, $message, $context);

12345678910>>...27