summaryrefslogtreecommitdiff
path: root/dxr3log.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3log.h')
-rw-r--r--dxr3log.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/dxr3log.h b/dxr3log.h
index b09e86e..bfabfe6 100644
--- a/dxr3log.h
+++ b/dxr3log.h
@@ -82,12 +82,12 @@ public:
}
private:
- std::ofstream m_LogStream;
- bool m_LogOpen;
- bool m_ForeFlush;
-
+ std::ofstream m_LogStream; ///< Our logstream
+ bool m_LogOpen; ///< Is log open?
+ bool m_ForeFlush; ///< Do we want to flush log everytime?
+
void Open(std::string Filename); // with this function we open our logfile
- void Close(); // with this function we close our logfile
+ void Close(); // with this function we close our logfile
};