curiosity-ai / rocksdb-sharp

.net bindings for the rocksdb by facebook
BSD 2-Clause "Simplified" License
155 stars 38 forks source link

fix: Moving SetInfoLogLevel from ColumnFamilyOptions to DbOptions. #28

Closed queequac closed 1 year ago

queequac commented 2 years ago

Closes #27

Moved SetLogLevel into the correct class (from ColumnFamilyOptions to DbOptions) and added an enum for better readability.

queequac commented 1 year ago

Created a new branch that solves the problem for options in general.