mdbx-test: add log_pair() (minor).

Change-Id: Ifdb762e79b14df0608b5b298941114ada4bc0095
This commit is contained in:
Leonid Yuriev
2020-10-24 20:53:52 +03:00
parent 31857210c5
commit 73c2e5355f
2 changed files with 15 additions and 7 deletions

View File

@@ -133,4 +133,7 @@ public:
bool increment(serial_t &serial, int delta) const;
};
void log_pair(logging::loglevel level, const char *prefix, const buffer &key,
buffer &value);
} /* namespace keygen */