leveldb icon indicating copy to clipboard operation
leveldb copied to clipboard

C API doesn't provide any way to initialize leveldb_logger_t

Open dktapps opened this issue 1 year ago • 0 comments

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.

dktapps avatar Dec 20 '24 11:12 dktapps