Jakob Unterwurzacher d163169655 Wrap Logger to make disabling output more efficient
Instead of using SetOutput(ioutil.Discard), which means
that Printf is still called for every debug message,
use a simple and fast boolean check.

Streaming write performance improves from 86 to 93 MB/s.
2016-01-21 22:59:11 +01:00
..
2015-11-02 23:10:11 +01:00
2015-12-13 20:24:13 +01:00
2015-11-29 14:50:02 +01:00