Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C API doesn't provide any way to initialize leveldb_logger_t #1221

Open
dktapps opened this issue Dec 20, 2024 · 0 comments
Open

C API doesn't provide any way to initialize leveldb_logger_t #1221

dktapps opened this issue Dec 20, 2024 · 0 comments

Comments

@dktapps
Copy link
Contributor

dktapps commented Dec 20, 2024

leveldb/include/leveldb/c.h

Lines 180 to 181 in 23e35d7

LEVELDB_EXPORT void leveldb_options_set_info_log(leveldb_options_t*,
leveldb_logger_t*);

APIs are provided to set a logger, but there's no way to init the opaque structure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant