mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Debug log buffer now flushes after every statement.
This commit is contained in:
@@ -219,6 +219,7 @@ bool LOOT::OnInit() {
|
||||
//Set up logging.
|
||||
boost::log::add_file_log(
|
||||
boost::log::keywords::file_name = g_path_log.string().c_str(),
|
||||
boost::log::keywords::auto_flush = true,
|
||||
boost::log::keywords::format = (
|
||||
boost::log::expressions::stream
|
||||
<< "[" << boost::log::expressions::format_date_time< boost::posix_time::ptime >("TimeStamp", "%H:%M:%S") << "]"
|
||||
|
||||
Reference in New Issue
Block a user