|
proxygen
|
#include <folly/test/TestUtils.h>#include <queue>#include <folly/logging/Init.h>#include <folly/logging/LogConfigParser.h>#include <folly/logging/LogHandlerFactory.h>#include <folly/logging/LogWriter.h>#include <folly/logging/LoggerDB.h>#include <folly/logging/StandardLogHandler.h>#include <folly/logging/StandardLogHandlerFactory.h>#include <folly/logging/xlog.h>Go to the source code of this file.
Classes | |
| class | folly::TestLogWriter |
| class | folly::TestHandlerFactory |
| class | folly::TestHandlerFactory::TestWriterFactory |
Namespaces | |
| folly | |
| —— Concurrent Priority Queue Implementation —— | |
Functions | |
| TEST_F (SyncLevelTest, NoLogTest) | |
| TEST_F (SyncLevelTest, SimpleAsyncTest) | |
| TEST_F | ( | SyncLevelTest | , |
| NoLogTest | |||
| ) |
Definition at line 108 of file SyncLevelTest.cpp.
References folly::DBG0, folly::DBG1, folly::DBG9, EXPECT_EQ, and FB_LOG.
| TEST_F | ( | SyncLevelTest | , |
| SimpleAsyncTest | |||
| ) |
Definition at line 117 of file SyncLevelTest.cpp.
References folly::CRITICAL, folly::DBG0, EXPECT_EQ, FB_LOG, folly::INFO, folly::INFO9, and folly::WARN.