diff --git a/main/doc/html/classLog-members.html b/main/doc/html/classLog-members.html index 6101100..e35a04a 100644 --- a/main/doc/html/classLog-members.html +++ b/main/doc/html/classLog-members.html @@ -58,12 +58,13 @@ $(document).ready(function(){initNavTree('classLog.html',''); initResizable(); }
This is the complete list of members for Log, including all inherited members.
format(const std::string &fmt_str,...) | Log | |
Init(const char *filename) | Log | |
Log() | Log | |
logDate(void) | Log | |
Write(std::string debug_text) | Log | |
~Log() | Log | |
filename | Log | private |
format(const std::string &fmt_str,...) | Log | |
Init(const char *filename) | Log | |
Log() | Log | |
logDate(void) | Log | |
Write(std::string debug_text) | Log | |
~Log() | Log |
+Private Attributes | |
+std::string | filename |
param filename the name of the logfile | |
Log Class
@@ -157,7 +165,12 @@ std::stringWrite Text to logfile debug_text: your text
+Write Text to logfile
debug_text | your text |
Format to logstyle fmt_str: the formatted style
+Format to logstyle
fmt_str | the formatted style |