Fix copyright lines
[folly.git] / folly / experimental / logging / LogLevel.h
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2018-01-10 Adam Simpkinslogging: add numbered INFO* log level values
2018-01-10 Adam Simpkinslogging: rename the `DEBUG` log level to `DBG`
2017-11-30 Adam Simpkinslogging: remove comment about LogLevel::ERROR
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-07-05 Adam Simpkinslogging: fix compiler compatibility for one more conste...
2017-06-29 Adam Simpkinslogging: support building with gcc-4.9
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-16 Christopher DykesRemove the relative comparison operators on LogLevel
2017-06-15 Adam Simpkinslogging: add XLOG() and XLOGF() logging macros
2017-06-13 Adam Simpkinsadd a new logging library