MCPcopy Create free account
hub / github.com/SeasX/SeasLog / error

Method error

CodeTips/SeasLogCodeTips.php:300–304  ·  view source on GitHub ↗

* 记录error日志 * * @param string|array $message * @param array $context * @param string $module * * @return bool */

($message, array $context = array(), $module = '')

Source from the content-addressed store, hash-verified

298 * @return bool
299 */
300 static public function error($message, array $context = array(), $module = '')
301 {
302 #$level = SEASLOG_ERROR
303 return true;
304 }
305
306 /**
307 * 记录critical日志

Callers 7

SendEmailMethod · 0.80
issue60.phpFile · 0.80
seaslog.test.phpFile · 0.80
issue53.phpFile · 0.80
issues44.phpFile · 0.80
issue55.phpFile · 0.80
test_logFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_logFunction · 0.64