C API doesn't provide any way to initialize leveldb_logger_t
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 39.4k
- Forks
- 8.2k
- PR merge metrics
- No merged PRs in 30d
Description
APIs are provided to set a logger, but there's no way to init the opaque structure.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with include/leveldb/c.h at lines 180-181 and inspect the surrounding logger declarations and setter APIs. Determine how a C caller should initialize the opaque leveldb_logger_t, then verify that the public C API supports initialization before logger use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, cpp
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100