proxygen
|
#include <folly/logging/test/ConfigHelpers.h>
#include <ostream>
#include <folly/String.h>
#include <folly/logging/LogConfig.h>
#include <folly/logging/LogConfigParser.h>
#include <folly/logging/LogHandler.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
Functions | |
std::ostream & | folly::operator<< (std::ostream &os, const LogConfig &config) |
std::ostream & | folly::operator<< (std::ostream &os, const LogCategoryConfig &config) |
std::ostream & | folly::operator<< (std::ostream &os, const LogHandlerConfig &config) |
void | folly::PrintTo (const std::shared_ptr< LogHandler > &handler, std::ostream *os) |