logging: rename the `DEBUG` log level to `DBG`
[folly.git] / folly / experimental / logging / LoggerDB.cpp
2017-12-07 Adam Simpkinslogging: allow partial updates to log handler settings
2017-12-07 Adam Simpkinslogging: add a StandardLogHandlerFactory helper class
2017-12-02 Adam Simpkinslogging: update initialization code to use the new...
2017-11-30 Adam Simpkinslogging: add LoggerDB::updateConfig() and resetConfig()
2017-11-30 Adam Simpkinslogging: add a LoggerDB::getConfig() method
2017-11-30 Adam Simpkinslogging: add a LogHandler registry to LoggerDB
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-09-19 Christopher DykesEnable -Wunused-variables
2017-06-22 Adam Simpkinslogging: fully convert the ERROR level to ERR
2017-06-20 Adam Simpkinslogging: implement FATAL and DFATAL log levels
2017-06-20 Adam Simpkinslogging: add LoggerDB::flushAllHandlers()
2017-06-16 Christopher DykesDon't try to use _CrtDbgReport in the logging framework
2017-06-15 Adam Simpkinslogging: add a LoggerDB::internalWarning() function
2017-06-15 Adam Simpkinslogging: add XLOG() and XLOGF() logging macros
2017-06-13 Adam Simpkinsadd a new logging library