aboutsummaryrefslogtreecommitdiff
path: root/src/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/logging.h')
-rw-r--r--src/logging.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/logging.h b/src/logging.h
index 76bed39e91..680eb47f4b 100644
--- a/src/logging.h
+++ b/src/logging.h
@@ -186,6 +186,9 @@ namespace BCLog {
return Join(LogCategoriesList(), ", ", [&](const LogCategory& i) { return i.category; });
};
+ //! Returns a string with all user-selectable log levels.
+ std::string LogLevelsString() const;
+
bool DefaultShrinkDebugFile() const;
};