Select Git revision
persist.go
Forked from
NebulousLabs / Sia
Source project has a limited visibility.
-
Luke Champine authored
I'm wondering if it would be saner to have persist.NewLogger take an io.Writer (like the standard log package does). Might be less convenient, but as it stands we need to work around the fact that persist.NewLogger performs I/O.
Luke Champine authoredI'm wondering if it would be saner to have persist.NewLogger take an io.Writer (like the standard log package does). Might be less convenient, but as it stands we need to work around the fact that persist.NewLogger performs I/O.