Lines Matching refs:log

20      * File extension for access log.
22 const FILE_EXT_LOG_ACC = 'acc.log';
25 * File extension for error log.
27 const FILE_EXT_LOG_ERR = 'err.log';
30 * File extension for slow log.
32 const FILE_EXT_LOG_SLOW = 'slow.log';
391 * @param bool $forceStderr Whether to output to stderr so error log is used.
463 * Run until needle is found in the log.
1425 * Expect log to be empty.
1494 * Expect log pattern in logs.
1519 * Expect no such log pattern in logs.
1547 * Expect log message that can span multiple lines.
1573 * Expect a single log line.
1577 * @param bool $decorated Whether the log lines are decorated.
1595 * Expect log entry.
1597 * @param string $type The log type.
1599 * @param string|null $pool The pool for pool prefixed log entry.
1602 …* @param bool $invert Whether the log entry is not expected rather than expect…
1642 * Expect a log debug message.
1645 * @param string|null $pool The pool for pool prefixed log entry.
1648 …* @param bool $invert Whether the log entry is not expected rather than expect…
1678 * Expect a log notice.
1681 * @param string|null $pool The pool for pool prefixed log entry.
1684 …* @param bool $invert Whether the log entry is not expected rather than expect…
1713 * Expect a log warning.
1716 * @param string|null $pool The pool for pool prefixed log entry.
1719 …* @param bool $invert Whether the log entry is not expected rather than expect…
1748 * Expect a log error.
1751 * @param string|null $pool The pool for pool prefixed log entry.
1754 …* @param bool $invert Whether the log entry is not expected rather than expect…
1783 * Expect a log alert.
1786 * @param string|null $pool The pool for pool prefixed log entry.
1789 …* @param bool $invert Whether the log entry is not expected rather than expect…
1818 * Expect no log lines to be logged.
1831 "Expected no log lines but following line logged: $logLine"
1834 $this->trace('No log message received as expected');
1840 * Expect log config options
1857 * Print content of access log.
1861 $accessLog = $this->getFile('acc.log');
1868 * Read all log entries.
1870 * @param string $type The log type
1872 * @param string|null $pool The pool for pool prefixed log entry
1883 * Read all log entries.
1886 * @param string|null $pool The pool for pool prefixed log entry
1899 * @param string $source The source file path or name if log is a pipe.
1905 $this->trace('Switching log descriptor to:', $source);