about summary refs log tree commit diff stats
path: root/data/maps/the_great/rooms/Maze Wreck Area.txtpb
blob: 5710df5971280594f7c44c094de02aafbcd13306 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: "Maze Wreck Area"
panel_display_name: "Courtyard"
panels {
  name: "WRECK"
  path: "Panels/Maze/maze_8"
  clue: "wreck"
  answer: "ruin"
  symbols: SUN
}
panels {
  # This is behind a teal wall.
  name: "MAROON"
  path: "Panels/General/teal_1"
  clue: "maroon"
  answer: "teal"
  symbols: SUN
}
span class="w"> { public: Logger() : logfile_("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); }