summaryrefslogtreecommitdiff
path: root/common/stderr_log.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/stderr_log.hpp')
-rw-r--r--common/stderr_log.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/stderr_log.hpp b/common/stderr_log.hpp
index 32b6850cb7..e2492d3af5 100644
--- a/common/stderr_log.hpp
+++ b/common/stderr_log.hpp
@@ -10,6 +10,7 @@ public:
inline ~StderrLogBackend() = default;
void record(EventSeverity severity, Event event, const std::string &msg);
+ void record(EventSeverity severity, Event event, const char* format, ...);
void record(EventSeverity severity, Event event, int64_t code);
void record(EventSeverity severity, Event event, int64_t code, const std::string &msg);
};