OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileRotatingLogSink
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/base/
logsinks.cc
20
FileRotatingLogSink
::
FileRotatingLogSink
(const std::string& log_dir_path,
24
:
FileRotatingLogSink
(new FileRotatingStream(log_dir_path,
30
FileRotatingLogSink
::
FileRotatingLogSink
(FileRotatingStream* stream)
35
FileRotatingLogSink
::~
FileRotatingLogSink
() {
38
void
FileRotatingLogSink
::OnLogMessage(const std::string& message) {
46
bool
FileRotatingLogSink
::Init() {
50
bool
FileRotatingLogSink
::DisableBuffering()
[
all
...]
logsinks.h
25
class
FileRotatingLogSink
: public LogSink {
29
FileRotatingLogSink
(const std::string& log_dir_path,
33
~
FileRotatingLogSink
() override;
46
explicit
FileRotatingLogSink
(FileRotatingStream* stream);
51
RTC_DISALLOW_COPY_AND_ASSIGN(
FileRotatingLogSink
);
56
class CallSessionFileRotatingLogSink : public
FileRotatingLogSink
{
/external/webrtc/talk/app/webrtc/objc/
RTCFileLogger.mm
44
rtc::scoped_ptr<rtc::
FileRotatingLogSink
> _logSink;
107
new rtc::
FileRotatingLogSink
(_dirPath.UTF8String,
Completed in 511 milliseconds