Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information