MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / ansibleLogger

Function ansibleLogger

internal/ui/plugins/ansible/plugin.go:2949–2953  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2947}
2948
2949func ansibleLogger() interface {
2950 Debug(format string, args ...interface{})
2951} {
2952 return logger.GetGlobalLogger()
2953}
2954
2955func (p *Plugin) setRunningCancel(cancel context.CancelFunc) {
2956 p.runMu.Lock()

Callers 8

runAdhocMethod · 0.85
runPlaybookMethod · 0.85
runBootstrapAccessMethod · 0.85
runBootstrapDirectMethod · 0.85
executeSSHScriptFunction · 0.85

Calls 1

GetGlobalLoggerFunction · 0.92

Tested by

no test coverage detected