MCPcopy
hub / github.com/apptainer/apptainer / Logf

Method Logf

pkg/sylog/sylog.go:174–176  ·  view source on GitHub ↗

Logf outputs a formatted log message via sylog.Debugf

(format string, v ...interface{})

Source from the content-addressed store, hash-verified

172
173// Logf outputs a formatted log message via sylog.Debugf
174func (t DebugLogger) Logf(format string, v ...interface{}) {
175 writef(DebugLevel, format, v...)
176}
177
178// SetWriter sets a new io.Writer for subsequent logging
179// returns the previous writer so that it may be restored by the caller

Callers 15

testCopyFunction · 0.45
ensureStateBecomesFunction · 0.45
TestCPUVariantFunction · 0.45
RunMethod · 0.45
UserNamespaceFunction · 0.45
NetworkFunction · 0.45
RunFunction · 0.45
PersistentOverlayMethod · 0.45
actionNetnsPathMethod · 0.45
bindImageMethod · 0.45
testPluginBasicMethod · 0.45

Calls 1

writefFunction · 0.85

Tested by 4

testCopyFunction · 0.36
ensureStateBecomesFunction · 0.36
TestCPUVariantFunction · 0.36