From e8087c3bc06c6b754fd30f223005e706dbe75ef2 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 16 Nov 2017 21:50:39 +0000 Subject: Rebuilding documentation --- logsink_8cpp.html | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'logsink_8cpp.html') diff --git a/logsink_8cpp.html b/logsink_8cpp.html index b674ec37..961cee38 100644 --- a/logsink_8cpp.html +++ b/logsink_8cpp.html @@ -112,6 +112,10 @@ $(document).ready(function(){initNavTree('logsink_8cpp.html','');});
#include "logsink.h"
+#include <chrono>
+#include <ctime>
+#include <fstream>
+#include <iomanip>
#include <iostream>
Functions + + + +

@@ -124,14 +128,31 @@ Namespaces

LogSink yage::makeConsoleSink ()
 
LogSink yage::makeFileSink (const std::string &filename)
 
LogSink yage::makeFileSink (std::string &&filename)
 
+

Variable Documentation

+ +
+
+ + + + +
std::shared_ptr<std::ofstream> fileHandle_
+
+ +
+