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

Method debug

CodeTips/SeasLogCodeTips.php:240–244  ·  view source on GitHub ↗

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

238 * @return bool
239 */
240 static public function debug($message, array $context = array(), $module = '')
241 {
242 #$level = SEASLOG_DEBUG
243 return true;
244 }
245
246 /**
247 * 记录info日志

Callers 6

seaslog.test.phpFile · 0.80
issues44.phpFile · 0.80
issue76.phpFile · 0.80
issue55.phpFile · 0.80
test_logFunction · 0.80
logMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_logFunction · 0.64