proxygen
|
#include <folly/Range.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
Macros | |
#define | FOLLY_INIT_LOGGING_CONFIG(config) |
Functions | |
void | folly::initLogging (StringPiece configString) |
void | folly::initLoggingOrDie (StringPiece configString) |
const char * | folly::getBaseLoggingConfig () |
#define FOLLY_INIT_LOGGING_CONFIG | ( | config | ) |
A helper macro to set the default logging configuration in a program.
This defines the folly::getBaseLoggingConfig() function, and makes it return the specified string.
This macro should be used at the top-level namespace in a .cpp file in your program.