36 MCAPI
void FinishPrintStream();
38 MCAPI
LogMessage(
char const*,
int, ::rtc::LoggingSeverity, ::rtc::LogErrorContext,
int);
40 MCAPI ::rtc::StringBuilder& stream();
48 MCAPI
static void AddLogToStream(
::rtc::LogSink*, ::rtc::LoggingSeverity);
50 MCAPI
static int GetMinLogSeverity();
52 MCAPI
static bool IsNoop(::rtc::LoggingSeverity);
54 MCAPI
static int64 LogStartTime();
60 MCAPI
static void UpdateMinLogSeverity();
62 MCAPI
static uint WallClockStartTime();
68 MCAPI
static bool& log_thread_();
70 MCAPI
static bool& log_timestamp_();
72 MCAPI
static bool& log_to_stderr_();
74 MCAPI static ::rtc::LogSink*& streams_();
76 MCAPI static ::std::atomic<bool>& streams_empty_();
82 MCAPI
void* $ctor(
char const*,
int, ::rtc::LoggingSeverity, ::rtc::LogErrorContext,
int);