Home
last modified time | relevance | path

Searched defs:LoggingOptions (Results 1 – 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dchannelmanager.cc119 struct LoggingOptions : public talk_base::MessageData { struct
120 explicit LoggingOptions(int lev, const char* f) : level(lev), filter(f) {} in LoggingOptions() argument
121 int level;
122 std::string filter;