mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 06:05:06 +03:00
Added member to Logger struct expected by tun_bsd.go
This commit is contained in:
parent
14f1cd4696
commit
9cbc71bc8a
1 changed files with 1 additions and 0 deletions
|
@ -210,4 +210,5 @@ type Logger interface {
|
||||||
Errorln(...interface{})
|
Errorln(...interface{})
|
||||||
Debugf(string, ...interface{})
|
Debugf(string, ...interface{})
|
||||||
Debugln(...interface{})
|
Debugln(...interface{})
|
||||||
|
Traceln(...interface{})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue