|
proxygen
|
#include <stdexcept>#include <folly/CPortability.h>#include <folly/Range.h>#include <folly/logging/LogConfig.h>Go to the source code of this file.
Classes | |
| class | folly::LogConfigParseError |
Namespaces | |
| folly | |
| —— Concurrent Priority Queue Implementation —— | |
Functions | |
| LogConfig | folly::parseLogConfig (StringPiece value) |
| LogConfig | folly::parseLogConfigJson (StringPiece value) |
| LogConfig | folly::parseLogConfigDynamic (const dynamic &value) |
| dynamic | folly::logConfigToDynamic (const LogConfig &config) |
| dynamic | folly::logConfigToDynamic (const LogHandlerConfig &config) |
| dynamic | folly::logConfigToDynamic (const LogCategoryConfig &config) |