rename setting to "max buffer size", show used buffer in info

This commit is contained in:
MichaelDvP
2022-12-24 12:06:27 +01:00
parent 1f1feed3ae
commit 945ef2f1b0
10 changed files with 24 additions and 19 deletions

View File

@@ -37,6 +37,7 @@ class WebLogService : public uuid::log::Handler {
uuid::log::Level log_level() const;
void log_level(uuid::log::Level level);
size_t maximum_log_messages() const;
size_t num_log_messages() const;
void maximum_log_messages(size_t count);
bool compact() const;
void compact(bool compact);