leveldb
leveldb copied to clipboard
C API doesn't provide any way to initialize leveldb_logger_t
https://github.com/google/leveldb/blob/23e35d792b9154f922b8b575b12596a4d8664c65/include/leveldb/c.h#L180-L181
APIs are provided to set a logger, but there's no way to init the opaque structure.