3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/rtc/LogErrorContext.h"
7#include "mc/external/rtc/LoggingSeverity.h"
27 LogMessage& operator=(LogMessage
const&);
28 LogMessage(LogMessage
const&);
34 MCNAPI
LogMessage(
char const* file,
int line, ::rtc::LoggingSeverity sev, ::rtc::LogErrorContext err_ctx,
int err);
46 MCNAPI
static bool IsNoop(::rtc::LoggingSeverity severity);
68 MCNAPI
void*
$ctor(
char const* file,
int line, ::rtc::LoggingSeverity sev, ::rtc::LogErrorContext err_ctx,
int err);
static MCAPI void RemoveLogToStream(::rtc::LogSink *stream)
static MCAPI int GetMinLogSeverity()
static MCAPI bool & log_to_stderr_()
static MCAPI bool IsNoop(::rtc::LoggingSeverity severity)
static MCAPI void AddLogToStream(::rtc::LogSink *stream, ::rtc::LoggingSeverity min_sev)
static MCAPI bool & log_timestamp_()
MCAPI void * $ctor(char const *file, int line, ::rtc::LoggingSeverity sev, ::rtc::LogErrorContext err_ctx, int err)
MCAPI LogMessage(char const *file, int line, ::rtc::LoggingSeverity sev, ::rtc::LogErrorContext err_ctx, int err)
static MCAPI ::rtc::LogSink *& streams_()
static MCAPI ::std::atomic< bool > & streams_empty_()
static MCAPI bool & log_thread_()