logging: allow partial updates to log handler settings
[folly.git] / folly / experimental / logging / LogConfigParser.cpp
2017-12-07 Adam Simpkinslogging: allow partial updates to log handler settings
2017-12-02 Adam Simpkinslogging: fix compilation error on older C++ compilers
2017-11-28 Adam Simpkinslogging: convert assert() checks to FOLLY_SAFE_DCHECK()
2017-11-28 Adam Simpkinslogging: fix unused variable warning in non-debug builds
2017-11-21 Adam Simpkinslogging: add a LogConfig class and parsing code