Lines Matching refs:log

23      * File extension for access log.
25 const FILE_EXT_LOG_ACC = 'acc.log';
28 * File extension for error log.
30 const FILE_EXT_LOG_ERR = 'err.log';
33 * File extension for slow log.
35 const FILE_EXT_LOG_SLOW = 'slow.log';
503 * @param bool $forceStderr Whether to output to stderr so error log is used.
577 * Run until needle is found in the log.
1544 * Print log reader logs.
1557 * @param \Exception|null $exception If there is an exception, log its message
1641 * Expect log to be empty.
1710 * Expect log pattern in logs.
1735 * Expect no such log pattern in logs.
1763 * Expect log message that can span multiple lines.
1789 * Expect a single log line.
1793 * @param bool $decorated Whether the log lines are decorated.
1811 * Expect log entry.
1813 * @param string $type The log type.
1815 * @param string|null $pool The pool for pool prefixed log entry.
1818 …* @param bool $invert Whether the log entry is not expected rather than expect…
1858 * Expect a log debug message.
1861 * @param string|null $pool The pool for pool prefixed log entry.
1864 …* @param bool $invert Whether the log entry is not expected rather than expect…
1894 * Expect a log notice.
1897 * @param string|null $pool The pool for pool prefixed log entry.
1900 …* @param bool $invert Whether the log entry is not expected rather than expect…
1929 * Expect a log warning.
1932 * @param string|null $pool The pool for pool prefixed log entry.
1935 …* @param bool $invert Whether the log entry is not expected rather than expect…
1964 * Expect a log error.
1967 * @param string|null $pool The pool for pool prefixed log entry.
1970 …* @param bool $invert Whether the log entry is not expected rather than expect…
1999 * Expect a log alert.
2002 * @param string|null $pool The pool for pool prefixed log entry.
2005 …* @param bool $invert Whether the log entry is not expected rather than expect…
2034 * Expect no log lines to be logged.
2047 "Expected no log lines but following line logged: $logLine"
2050 $this->trace('No log message received as expected');
2056 * Expect log config options
2083 * Print content of access log.
2087 $accessLog = $this->getFile('acc.log');
2094 * Return content of access log.
2100 $accessLog = $this->getFile('acc.log');
2108 * Expect a single access log line.
2123 * Checks that all access log entries previously listed as expected by
2124 * calling "expectAccessLog" are in the access log.
2136 "Access log was not as expected.\nEXPECTED:\n%s\n\nACTUAL:\n%s",
2142 $this->error("Called checkAccessLog but access log does not exist");
2147 * Flags whether the access log check should expect to see suppressable
2148 * log entries, i.e. the URL is not in access.suppress_path[] config
2158 * Read all log entries.
2160 * @param string $type The log type
2162 * @param string|null $pool The pool for pool prefixed log entry
2173 * Read all log entries.
2176 * @param string|null $pool The pool for pool prefixed log entry
2189 * @param string $source The source file path or name if log is a pipe.
2195 $this->trace('Switching log descriptor to:', $source);