Lines Matching defs:string
17 /** @var string the executed script itself */
82 /** @var string default log level */
227 * @param string $level
242 * @param string $level
254 * @param \Exception|string $error either an exception or an error message
279 * @param string $string
282 public function success($string, array $context = array())
284 $this->logMessage('success', $string, $context);
288 * @param string $level
289 * @param string $message
315 * @return string
322 // check that the value can be casted to string
329 return strtr((string)$message, $replace);