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

Method analyzerCount

CodeTips/SeasLogCodeTips.php:169–172  ·  view source on GitHub ↗

* 统计所有类型(或单个类型)行数 * * @param string $level * @param string $log_path * @param null $key_word * * @return array | long */

($level = 'all', $log_path = '*', $key_word = null)

Source from the content-addressed store, hash-verified

167 * @return array | long
168 */
169 static public function analyzerCount($level = 'all', $log_path = '*', $key_word = null)
170 {
171 return array();
172 }
173
174 /**
175 * 以数组形式,快速取出某类型log的各行详情

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