feature add common function for soft

This commit is contained in:
alves
2025-12-17 11:42:07 +08:00
parent 399fbc7a33
commit 5ed729e27c
23 changed files with 116 additions and 60 deletions

View File

@@ -91,7 +91,6 @@ bool WCP_Logger::set_level(wxString& level)
}
}
std::string WCP_Logger::get_pc_name() { return boost::asio::ip::host_name(); }
// Add a log message to the queue
void WCP_Logger::add_log(const wxString& content, bool is_web = false, wxString time = "", wxString module = "Default", wxString level = "debug")