Go to the documentation of this file.
44 static std::FILE* Trace_F;
53 #define TRACE(_TOAPPEND)
55 #define TRACE(_TOAPPEND) \
59 if (!Trace2.empty()) \
65 Trace_F=std::fopen("Trace.txt", "a+t"); \
66 std::fwrite(Trace.To_Local().c_str(), Trace.size(), 1, Trace_F); \