v1.2.0
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.