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

Method info

CodeTips/SeasLogCodeTips.php:255–259  ·  view source on GitHub ↗

* 记录info日志 * * @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

253 * @return bool
254 */
255 static public function info($message, array $context = array(), $module = '')
256 {
257 #$level = SEASLOG_INFO
258 return true;
259 }
260
261 /**
262 * 记录notice日志

Callers 8

runMethod · 0.80
runMethod · 0.80
SendEmailMethod · 0.80
seaslog.test.phpFile · 0.80
testSeasLogFunction · 0.80
issue53.phpFile · 0.80
testBasePath.phpFile · 0.80
test_logFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_logFunction · 0.64