about summary refs log tree commit diff stats
path: root/data/maps/the_stormy/rooms/Tornado Vestibule.txtpb
blob: e6c7e6000501e99ac51a370797f434a0d5081c7b (plain) (generated by cgit-pink 1.4.1 (git 2.36.1) at 2026-03-14 04:15:44 +0000
ogfile_("debug.log") {} void LogLine(const std::string& text) { std::lock_guard guard(file_mutex_); logfile_ << "[" << std::chrono::system_clock::now() << "] " << text << std::endl; logfile_.flush(); } private: std::ofstream logfile_; std::mutex file_mutex_; }; } // namespace void TrackerLog(const std::string& text) { static Logger* instance = new Logger(); instance->LogLine(text); }