proxygen
wangle::detail Namespace Reference

Functions

template<class T >
void logWarningIfNotUnit (const std::string &warning)
 
template<>
void logWarningIfNotUnit< folly::Unit > (const std::string &)
 

Function Documentation

template<class T >
void wangle::detail::logWarningIfNotUnit ( const std::string warning)
inline

Definition at line 171 of file Pipeline-inl.h.

References folly::WARNING.

171  {
172  LOG(WARNING) << warning;
173 }
template<>
void wangle::detail::logWarningIfNotUnit< folly::Unit > ( const std::string )
inline

Definition at line 176 of file Pipeline-inl.h.

References type, and value.

176  {
177  // do nothing
178 }