MCPcopy
hub / github.com/wavetermdev/waveterm / Infof

Method Infof

pkg/wslconn/wslconn.go:116–119  ·  view source on GitHub ↗
(ctx context.Context, format string, args ...any)

Source from the content-addressed store, hash-verified

114}
115
116func (conn *WslConn) Infof(ctx context.Context, format string, args ...any) {
117 log.Print(fmt.Sprintf("[conn:%s] ", conn.GetName()) + fmt.Sprintf(format, args...))
118 blocklogger.Infof(ctx, "[conndebug] "+format, args...)
119}
120
121func (conn *WslConn) Debugf(ctx context.Context, format string, args ...any) {
122 blocklogger.Infof(ctx, "[conndebug] "+format, args...)

Callers 14

StartConnServerMethod · 0.95
UpdateWshMethod · 0.95
InstallWshMethod · 0.95
ConnectMethod · 0.95
tryEnableWshMethod · 0.95
persistWshInstalledMethod · 0.95
connectInternalMethod · 0.95
StartWslShellProcNoWshFunction · 0.45
StartWslShellProcFunction · 0.45

Calls 2

GetNameMethod · 0.95
InfofFunction · 0.92

Tested by

no test coverage detected