MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / SetLogCallback

Method SetLogCallback

PanzerChasm/log.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9std::ofstream Log::log_file_{ "panzer_chasm.log" };
10
11void Log::SetLogCallback( LogCallback callback )
12{
13 log_callback_= std::move(callback);
14}
15
16void Log::ShowFatalMessageBox( const std::string& error_message )
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected