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

Method analyzerDetail

CodeTips/SeasLogCodeTips.php:186–189  ·  view source on GitHub ↗

* 以数组形式,快速取出某类型log的各行详情 * * @param $level * @param string $log_path * @param null $key_word * @param int $start * @param int $limit * @param $order * * @return array */

($level = SEASLOG_INFO, $log_path = '*', $key_word = null, $start = 1, $limit = 20, $order = SEASLOG_DETAIL_ORDER_ASC)

Source from the content-addressed store, hash-verified

184 * @return array
185 */
186 static public function analyzerDetail($level = SEASLOG_INFO, $log_path = '*', $key_word = null, $start = 1, $limit = 20, $order = SEASLOG_DETAIL_ORDER_ASC)
187 {
188 return array();
189 }
190
191 /**
192 * 获得当前日志buffer中的内容

Callers 4

analyzerRunMethod · 0.80
seaslog.test.phpFile · 0.80
issues44.phpFile · 0.80
issue55.phpFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected