Table of Contents

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 = 0

Detailed logs for debugging the database engine.

Error = 3

Errors that occurred during operations (e.g., failed compactions).

Fatal = 4

Critical failures that may lead to service interruption.

Header = 5

Specialized logs used for printing database headers/configuration.

Info = 1

General information about database lifecycle events (default).

Warn = 2

Important events that aren't errors, but may require attention.