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

Method Infof

pkg/remote/conncontroller/conncontroller.go:162–165  ·  view source on GitHub ↗
(ctx context.Context, format string, args ...any)

Source from the content-addressed store, hash-verified

160}
161
162func (conn *SSHConn) Infof(ctx context.Context, format string, args ...any) {
163 log.Print(fmt.Sprintf("[conn:%s] ", conn.GetName()) + fmt.Sprintf(format, args...))
164 blocklogger.Infof(ctx, "[conndebug] "+format, args...)
165}
166
167func (conn *SSHConn) Debugf(ctx context.Context, format string, args ...any) {
168 blocklogger.Debugf(ctx, "[conndebug] "+format, args...)

Callers 9

StartConnServerMethod · 0.95
UpdateWshMethod · 0.95
InstallWshMethod · 0.95
ConnectMethod · 0.95
tryEnableWshMethod · 0.95
persistWshInstalledMethod · 0.95
connectInternalMethod · 0.95

Calls 2

GetNameMethod · 0.95
InfofFunction · 0.92

Tested by

no test coverage detected