Commit 54e9a4e1 authored by tqcq's avatar tqcq
Browse files

feat log file append

parent a137ee1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ void
SetLogFileName(const char *file_name)
{
    g_log_file_name = file_name;
    g_log_stream.open(file_name);
    g_log_stream.open(file_name, std::ios_base::app);
}

static std::atomic<uint32_t> g_current_id(0);