MCPcopy
hub / github.com/fatedier/frp / Infof

Method Infof

pkg/util/xlog/xlog.go:106–108  ·  view source on GitHub ↗
(format string, v ...any)

Source from the content-addressed store, hash-verified

104}
105
106func (l *Logger) Infof(format string, v ...any) {
107 log.Logger.Infof(l.prefixString+format, v...)
108}
109
110func (l *Logger) Debugf(format string, v ...any) {
111 log.Logger.Debugf(l.prefixString+format, v...)

Callers 15

loopLoginUntilSuccessMethod · 0.80
handleNewProxyRespMethod · 0.80
InWorkConnMethod · 0.80
InWorkConnMethod · 0.80
UpdateAllMethod · 0.80
InWorkConnMethod · 0.80
statusNormalCallbackMethod · 0.80
statusFailedCallbackMethod · 0.80
keepVisitorsRunningMethod · 0.80
startVisitorMethod · 0.80
UpdateAllMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected