PrintLogs

data class PrintLogs(printLogs: Boolean) : LevelDBOptions

If true, the LevelDB implementation will print internal logs.

This severly slows the database and should never be set in production.

(Default: false)

Constructors

PrintLogs
Link copied to clipboard
common
fun PrintLogs(printLogs: Boolean = false)

Properties

printLogs
Link copied to clipboard
common
val printLogs: Boolean = false