logging: fix issues detecting XLOG(FATAL) statements as noreturn
[folly.git] / folly / experimental / logging / xlog.h
2017-06-22 Adam Simpkinslogging: fix issues detecting XLOG(FATAL) statements...
2017-06-21 Adam Simpkinslogging: reduce the amount of code emitted for log...
2017-06-21 Adam Simpkinslogging: make XLOG_GET_CATEGORY() safe for all callers
2017-06-20 Adam Simpkinslogging: implement FATAL and DFATAL log levels
2017-06-15 Adam Simpkinslogging: add XLOG() and XLOGF() logging macros