MCPcopy
hub / github.com/Tencent/WeKnora / Infof

Function Infof

internal/logger/logger.go:430–432  ·  view source on GitHub ↗

Infof 使用格式化字符串输出信息级别的日志

(c context.Context, format string, args ...interface{})

Source from the content-addressed store, hash-verified

428
429// Infof 使用格式化字符串输出信息级别的日志
430func Infof(c context.Context, format string, args ...interface{}) {
431 addCaller(GetLogger(c), 2).Infof(format, args...)
432}
433
434// Warn 输出警告级别的日志
435func Warn(c context.Context, args ...interface{}) {

Callers 15

FetchURLContentFunction · 0.92
SearchMethod · 0.92
SearchMethod · 0.92
SearchMethod · 0.92
SearchMethod · 0.92
SearchMethod · 0.92
searchHTMLMethod · 0.92
searchAPIMethod · 0.92
SearchMethod · 0.92
logResponseStructureFunction · 0.92
ReadMethod · 0.92
callLayoutParsingMethod · 0.92

Calls 2

addCallerFunction · 0.85
GetLoggerFunction · 0.85

Tested by

no test coverage detected