proxygen
proxygen::logging_details Namespace Reference

Functions

std::string getStackTrace ()
 

Function Documentation

std::string proxygen::logging_details::getStackTrace ( )

Definition at line 159 of file Logging.cpp.

References folly::SingletonVault::stackTraceGetter().

Referenced by proxygen::StackTracePrinterWithException< T >::StackTracePrinterWithException().

159  {
160  return folly::SingletonVault::stackTraceGetter().load()();
161 }
static std::atomic< StackTraceGetterPtr > & stackTraceGetter()
Definition: Singleton.h:510