Home
last modified time | relevance | path

Searched refs:LogSink (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/base/
Dlogging.h126 class LogSink {
128 LogSink() {} in LogSink() function
129 virtual ~LogSink() {} in ~LogSink()
181 static int GetLogToStream(LogSink* stream = NULL);
182 static void AddLogToStream(LogSink* stream, LoggingSeverity min_sev);
183 static void RemoveLogToStream(LogSink* stream);
194 typedef std::pair<LogSink*, LoggingSeverity> StreamAndSeverity;
Dlogsinks.h25 class FileRotatingLogSink : public LogSink {
Dlogging.cc241 int LogMessage::GetLogToStream(LogSink* stream) { in GetLogToStream()
252 void LogMessage::AddLogToStream(LogSink* stream, LoggingSeverity min_sev) { in AddLogToStream()
258 void LogMessage::RemoveLogToStream(LogSink* stream) { in RemoveLogToStream()
Dlogging_unittest.cc22 : public LogSink,
/external/ceres-solver/internal/ceres/miniglog/glog/
Dlogging.h132 class CERES_EXPORT LogSink {
134 virtual ~LogSink() {} in ~LogSink()
146 extern CERES_EXPORT std::set<LogSink *> log_sinks_global;
153 inline void AddLogSink(LogSink *sink) { in AddLogSink()
157 inline void RemoveLogSink(LogSink *sink) { in RemoveLogSink()
242 std::set<google::LogSink*>::iterator iter; in LogToSinks()
253 std::set<google::LogSink *>::iterator iter; in WaitForSinks()
Dlogging.cc37 std::set<google::LogSink *> log_sinks_global;
/external/libweave/third_party/chromium/base/
Dlogging_unittest.cc23 void LogSink(const std::string& str) { in LogSink() function
166 SetLogAssertHandler(&LogSink); in TEST_F()
209 SetLogAssertHandler(&LogSink); in TEST_F()
214 SetLogAssertHandler(&LogSink); in TEST_F()
/external/libchrome/base/
Dlogging_unittest.cc22 void LogSink(const std::string& str) { in LogSink() function
181 SetLogAssertHandler(&LogSink); in TEST_F()
227 SetLogAssertHandler(&LogSink); in TEST_F()
232 SetLogAssertHandler(&LogSink); in TEST_F()
/external/webrtc/webrtc/call/
Dbitrate_estimator_tests.cc50 class Callback : public rtc::LogSink {
/external/jetty/
DVERSION.txt4379 + Reuse empty LogSink slots.
5285 + Added Com.mortbay.HTTP.Handler.Servlet.Context.LogSink attribute to Servlet
5429 + Send request log via a LogSink
5431 + Made LogSink a Lifecycle interface
5434 + Pass object to LogSink
5448 + Allow Objects to be passed to LogSink
5496 + Improved synchronization on LogSink
5548 + Improved LogSink configuration
5559 + Improved LogSink mechanism
5576 + Added LogSink extensible log architecture.
[all …]