Home | History | Annotate | Download | only in base

Lines Matching refs:logging

28 namespace logging {
68 // TC3_LOG(severity) << obj1 << obj2 << ...; logging statement creates a
71 // logging. The reason this works is that in C++, "all temporary objects are
75 // invoked after the last << from that logging statement.
90 // here the entire logging message and next print it in one operation.
106 } // namespace logging
110 ::libtextclassifier3::logging::LogMessage( \
111 ::libtextclassifier3::logging::severity, __FILE__, __LINE__) \
116 // messages, via <<, like any logging macro, e.g.,
130 #define TC3_NULLSTREAM ::libtextclassifier3::logging::NullStream().stream()
160 ::libtextclassifier3::logging::LogMessage( \
161 ::libtextclassifier3::logging::INFO, __FILE__, __LINE__) \