3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/rtc/LogErrorContext.h"
7#include "mc/external/rtc/LoggingSeverity.h"
11namespace rtc {
class LogLineRef; }
12namespace rtc {
class LogSink; }
13namespace rtc {
class StringBuilder; }
38 MCNAPI
LogMessage(
char const*,
int, ::rtc::LoggingSeverity, ::rtc::LogErrorContext,
int);
40 MCNAPI ::rtc::StringBuilder&
stream();
52 MCNAPI
static bool IsNoop(::rtc::LoggingSeverity);
82 MCNAPI
void*
$ctor(
char const*,
int, ::rtc::LoggingSeverity, ::rtc::LogErrorContext,
int);
Definition LogLineRef.h:7
Definition LogMessage.h:18
static MCAPI bool IsNoop(::rtc::LoggingSeverity)
static MCAPI void OutputToDebug(::rtc::LogLineRef const &)
MCAPI LogMessage(char const *, int, ::rtc::LoggingSeverity, ::rtc::LogErrorContext, int)
static MCAPI int GetMinLogSeverity()
MCAPI void FinishPrintStream()
static MCAPI void AddLogToStream(::rtc::LogSink *, ::rtc::LoggingSeverity)
static MCAPI int64 LogStartTime()
static MCAPI bool & log_to_stderr_()
static MCAPI bool & log_timestamp_()
static MCAPI uint WallClockStartTime()
MCAPI::rtc::StringBuilder & stream()
static MCAPI void UpdateMinLogSeverity()
static MCAPI ::rtc::LogSink *& streams_()
MCAPI void * $ctor(char const *, int, ::rtc::LoggingSeverity, ::rtc::LogErrorContext, int)
static MCAPI ::std::atomic< bool > & streams_empty_()
static MCAPI void RemoveLogToStream(::rtc::LogSink *)
static MCAPI bool & log_thread_()