logging: rename the `DEBUG` log level to `DBG`
[folly.git] / folly / experimental / logging / LogStreamProcessor.h
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-06-30 Adam SimpkinsDon't try to access XlogFileScopeInfo->category if...
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: add printf-style logging macros
2017-06-20 Adam Simpkinslogging: implement FATAL and DFATAL log levels
2017-06-13 Adam Simpkinslogging: if folly::format() fails, also log the arguments
2017-06-13 Adam Simpkinslogging: add support for streaming operators