aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/logsink.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-11-16 21:33:21 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-11-16 21:33:21 +0000
commit714ed292b37a0d9baee69186bca38cf0f0c77c89 (patch)
tree8ba7423e4e6f0f29b519b8720213cb82019c31fb /yage/core/logsink.h
parentabd95fb5fd3fdfb737bf783363a93f0098abe1b6 (diff)
downloadYAGE-714ed292b37a0d9baee69186bca38cf0f0c77c89.tar.gz
YAGE-714ed292b37a0d9baee69186bca38cf0f0c77c89.zip
Before setting license
Diffstat (limited to 'yage/core/logsink.h')
-rw-r--r--yage/core/logsink.h3
1 files changed, 3 insertions, 0 deletions
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
* -----------------------------------------------------------------------------