dermesser / leveldb-rs

A reimplementation of LevelDB in Rust (no bindings).
Other
520 stars 59 forks source link

`infolog` is private #52

Open HyperCodec opened 2 hours ago

HyperCodec commented 2 hours ago

The Options struct log field requires usage of the infolog Logger, but I couldn't find any way to construct it.

HyperCodec commented 2 hours ago

i found a way to solve my problem, but this is still probably an issue to be fixed.