peerplays-fc/src/log
2014-10-09 16:21:52 -04:00
..
appender.cpp Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
console_appender.cpp enhance console appender 2014-06-11 23:41:10 -04:00
console_defines.h Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
file_appender.cpp Improvements for handling unicode filenames on Windows. When converting fc::path to/from fc::variant, use utf8 encoding. Replace several places where we use a std::ifstream and open it with a char* filename with a boost::filesystem::ifstream and open it with a boost::filesystem::path, which does unicode correctly. 2014-10-09 16:21:52 -04:00
log_message.cpp Log the names of tasks to the log file (now contains thread_name:task_name} 2014-08-24 18:33:05 -04:00
logger.cpp Fix to an issue causing a thread to exit if any fiber therein self-cancels 2014-08-21 14:36:29 -04:00
logger_config.cpp fix bug where default logging is optimized out in release builds 2014-06-07 17:34:34 -04:00