peerplays-fc/include/fc/log
Eric Frias 605e9ed7ef Change the variable substitution used in ilog(), FC_THROW() and similar
to make providing a name for the values to be logged optional; if not
specified, the variable name will be generated.  In other words,
you can now say ilog("${foo}", (foo)) instead of ilog("${foo}", ("foo", foo)).
2016-04-06 10:19:28 -04:00
..
appender.hpp Update use of fc::string and fc::vector. 2013-06-27 14:19:08 -04:00
console_appender.hpp enhance console appender 2014-06-11 23:41:10 -04:00
file_appender.hpp Remove problematic easylzma 2015-06-23 16:19:36 -04:00
gelf_appender.hpp Add log appender that sends logs in GrayLog Extended Log Format 2015-01-20 16:13:26 -05:00
log_message.hpp Change the variable substitution used in ilog(), FC_THROW() and similar 2016-04-06 10:19:28 -04:00
logger.hpp Add missing ddump() macro 2015-08-04 10:24:31 -04:00
logger_config.hpp Add a path::preferred_string() function that generates a string in the platform's preferred format, using backslashes on win32 (uses boost::filesystem::path::make_preferred()). 2014-09-25 08:57:31 -04:00