Add missing uint32 type to folly::ProgramOptions::gFlagAdders
[folly.git] / folly / experimental / logging /
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-21 Adam Simpkinslogging: make XLOG_GET_CATEGORY() safe for all callers
2017-06-21 Adam Simpkinslogging: improve the AsyncFileWriterTest discard test
2017-06-20 Adam Simpkinslogging: implement FATAL and DFATAL log levels
2017-06-20 Adam Simpkinslogging: add LoggerDB::flushAllHandlers()
2017-06-20 Adam Simpkinslogging: add a LogHandler::flush() call
2017-06-20 Adam Simpkinslogging: add a NEVER_DISCARD flag to LogWriter
2017-06-20 Adam Simpkinslogging: add a small example program
2017-06-16 Christopher DykesRemove the relative comparison operators on LogLevel
2017-06-16 Christopher DykesDon't declare caught exceptions when not actually used
2017-06-16 Christopher DykesDon't try to use _CrtDbgReport in the logging framework
2017-06-16 Christopher DykesEnsure LogWriter::writeMessage(std::string&&) is in...
2017-06-16 Christopher DykesInclude the time portability header in GlogStyleFormatt...
2017-06-16 Christopher DykesExplicitly initialize the base class of LogStream
2017-06-15 Adam Simpkinslogging: add initialization convenience functions
2017-06-15 Adam Simpkinslogging: add GlogStyleFormatter
2017-06-15 Adam Simpkinslogging: add AsyncFileWriter
2017-06-15 Adam Simpkinslogging: add ImmediateFileWriter
2017-06-15 Adam Simpkinslogging: add a LoggerDB::internalWarning() function
2017-06-15 Adam Simpkinslogging: add new RateLimiter helper class
2017-06-15 Adam Simpkinslogging: add LogFormatter and LogWriter interfaces
2017-06-15 Adam Simpkinslogging: add XLOG() and XLOGF() logging macros
2017-06-14 Jonathan KronFixing opt-asan/ubsan fail for folly contbuild
2017-06-13 Adam Simpkinslogging: if folly::format() fails, also log the arguments
2017-06-13 Adam Simpkinslogging: add support for streaming operators
2017-06-13 Adam Simpkinsadd a new logging library