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

Method emitWarningLogf

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

Source from the content-addressed store, hash-verified

25}
26
27func (wg *WireGuard) emitWarningLogf(format string, args ...any) {
28 wg.emitLogf(logSeverityWarning, format, args...)
29}
30
31func (wg *WireGuard) emitErrorLogf(format string, args ...any) {
32 wg.emitLogf(logSeverityError, format, args...)

Callers 1

Calls 1

emitLogfMethod · 0.95

Tested by

no test coverage detected