Enum InfoLogLevel
- Namespace
- RocksDbNet
- Assembly
- RocksDb.Net.dll
Severity threshold for RocksDb's own informational log. Records below the configured level are not written.
public enum InfoLogLevel
Fields
Debug = 0Detailed logs for debugging the database engine.
Error = 3Errors that occurred during operations (e.g., failed compactions).
Fatal = 4Critical failures that may lead to service interruption.
Header = 5Specialized logs used for printing database headers/configuration.
Info = 1General information about database lifecycle events (default).
Warn = 2Important events that aren't errors, but may require attention.