MCPcopy Create free account
hub / github.com/PasarGuard/node / emitInfoLogf

Method emitInfoLogf

backend/wireguard/log.go:23–25  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

21}
22
23func (wg *WireGuard) emitInfoLogf(format string, args ...any) {
24 wg.emitLogf(logSeverityInfo, format, args...)
25}
26
27func (wg *WireGuard) emitWarningLogf(format string, args ...any) {
28 wg.emitLogf(logSeverityWarning, format, args...)

Callers 2

newWithManagerFactoryFunction · 0.95
restartLockedMethod · 0.95

Calls 1

emitLogfMethod · 0.95

Tested by

no test coverage detected