Home | History | Annotate | Download | only in test

Lines Matching refs:Logging

14 // To enable BWE logging, run this command from trunk/ :
21 // BWE logging allows you to insert dynamically named log/plot points in the
54 // Set a thread-global base logging context. This name will be prepended to all
59 // Thread-globally allow/disallow logging.
63 // Insert a (hierarchical) logging context.
67 // Allow/disallow logging down the call tree from this point. Logging must be
107 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalContext(name); \
112 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalEnable(enabled); \
117 webrtc::testing::bwe::Logging::Context \
132 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1); \
137 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2); \
142 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3); \
147 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, \
153 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, \
161 webrtc::testing::bwe::Logging::GetInstance()->Plot(value); \
171 class Logging {
183 static Logging* GetInstance();
209 Logging();
214 static Logging g_Logging;
218 DISALLOW_COPY_AND_ASSIGN(Logging);