warrenfalk / rocksdb-sharp

.net bindings for the rocksdb by facebook
Other
208 stars 64 forks source link

Logger tuning support #65

Open jbayardo opened 5 years ago

jbayardo commented 5 years ago

RocksDb supports setting a custom Logger, which is useful to -for example- stop logging completely. I think this can be done today via the SetInfoLogLevel function (using values from here), but I'm not entirely sure of this.