Searched defs:TC_LOG (Results 1 - 1 of 1) sorted by relevance

/external/libtextclassifier/util/base/
H A Dlogging.h30 // The class that does all the work behind our TC_LOG(severity) macros. Each
31 // TC_LOG(severity) << obj1 << obj2 << ...; logging statement creates a
57 #define TC_LOG(severity) \ macro
68 (x) || TC_LOG(FATAL) << __FILE__ << ":" << __LINE__ << ": check failed: \"" \

Completed in 84 milliseconds