From 714ed292b37a0d9baee69186bca38cf0f0c77c89 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 16 Nov 2017 21:33:21 +0000 Subject: Before setting license --- yage/core/logsink.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'yage/core/logsink.h') diff --git a/yage/core/logsink.h b/yage/core/logsink.h index 526c862e..f51d9f2a 100644 --- a/yage/core/logsink.h +++ b/yage/core/logsink.h @@ -56,6 +56,9 @@ private: LogSink makeConsoleSink(); +LogSink makeFileSink(const std::string &filename); +LogSink makeFileSink(std::string &&filename); + /* ----------------------------------------------------------------------------- * Template Implementation * ----------------------------------------------------------------------------- -- cgit