Go to the documentation of this file.
30 static std::FILE* Trace_F;
39 #define TRACE(_TOAPPEND)
41 #define TRACE(_TOAPPEND) \
45 if (!Trace2.empty()) \
51 Trace_F=std::fopen("Trace.txt", "a+t"); \
54 std::fwrite(Trace.To_Local().c_str(), Trace.size(), 1, Trace_F); \
55 std::fclose(Trace_F); \