mdbx-test: add setloglevel().

Change-Id: If1262d0a0a76e00e4453e40b62022a5418655391
This commit is contained in:
Leonid Yuriev
2018-09-04 14:44:35 +03:00
committed by Leo Yuriev
parent b2ddd49b77
commit 82ff482a0a
3 changed files with 39 additions and 35 deletions

View File

@@ -37,6 +37,7 @@ enum loglevel {
const char *level2str(const loglevel level);
void setup(loglevel level, const std::string &prefix);
void setup(const std::string &prefix);
void setlevel(loglevel level);
bool output(const loglevel priority, const char *format, va_list ap);
bool __printf_args(2, 3)