aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/logsink.h
diff options
context:
space:
mode:
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
* -----------------------------------------------------------------------------