mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 14:10:28 +00:00
Added member to Logger struct expected by tun_bsd.go
This commit is contained in:
parent
14f1cd4696
commit
9cbc71bc8a
@ -210,4 +210,5 @@ type Logger interface {
|
|||||||
Errorln(...interface{})
|
Errorln(...interface{})
|
||||||
Debugf(string, ...interface{})
|
Debugf(string, ...interface{})
|
||||||
Debugln(...interface{})
|
Debugln(...interface{})
|
||||||
|
Traceln(...interface{})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user