logging: add a LogConfig::update() method
Summary: Add a method for merging the settings from two LogConfig objects. This allows LogConfig objects to be merged before applying them to the LoggerDB. The effects are the same as two sequential LoggerDB::updateConfig() calls, but without having to apply the intermediate state to the LoggerDB. Reviewed By: bolinfest Differential Revision: D6342085 fbshipit-source-id: 0f8a1b7d8d195a80bc74342444dd3152d331fcb6
Showing
Please register or sign in to comment