|
proxygen
|
#include <Logging.h>
Public Member Functions | |
| StackTracePrinterWithException (const bool checkPassed, const char *checkString, const char *file, const int line, const int logLevel) | |
| std::ostream & | stream () |
| ~StackTracePrinterWithException () noexcept(false) | |
Private Types | |
| using | StringStreamPair = std::pair< std::string, std::ostringstream > |
Private Attributes | |
| const char * | file_ |
| int | line_ |
| int | logLevel_ |
| std::unique_ptr< StringStreamPair > | traceAndLogStreamPair_ |
| folly::Optional< NullStream > | nullStream_ |
|
private |
|
inline |
Definition at line 37 of file Logging.h.
References proxygen::logging_details::getStackTrace().
|
inlinenoexcept |
Definition at line 60 of file Logging.h.
References T.
|
inline |
Definition at line 54 of file Logging.h.
|
private |
|
private |
|
private |
|
private |
|
private |