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

Method emitErrorLogf

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

Source from the content-addressed store, hash-verified

29}
30
31func (wg *WireGuard) emitErrorLogf(format string, args ...any) {
32 wg.emitLogf(logSeverityError, format, args...)
33}
34
35func (wg *WireGuard) emitLogf(severity logSeverity, format string, args ...any) {
36 wg.emitLog(severity, fmt.Sprintf(format, args...))

Callers

nothing calls this directly

Calls 1

emitLogfMethod · 0.95

Tested by

no test coverage detected