| 9 | std::ofstream Log::log_file_{ "panzer_chasm.log" }; |
| 10 | |
| 11 | void Log::SetLogCallback( LogCallback callback ) |
| 12 | { |
| 13 | log_callback_= std::move(callback); |
| 14 | } |
| 15 | |
| 16 | void Log::ShowFatalMessageBox( const std::string& error_message ) |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected