chore(protonvpn): add debug logs for keeping port forwarded

This commit is contained in:
Quentin McGaw
2023-09-26 13:48:45 +00:00
parent 9b00763a69
commit a194906bdd
4 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ type Routing interface {
}
type Logger interface {
Debug(s string)
Info(s string)
Warn(s string)
Error(s string)