Skip to content

v1.2.0

Compare
Choose a tag to compare
@elliotchance elliotchance released this 30 Sep 15:07
· 6 commits to master since this release
76be6fd
Define minimal interface for tunnel logger (#9)

Prior to this commit sshtunnel required the use of the standard
library's log package, even though it only used Printf. This commit
changes the struct to use an interface, which allows the consumer to
drop in a shim to the logger of their choice.