class LogBackend

Defined at line 70 of file ../../src/developer/debug/shared/logging/logging.h

Should be implemented by e.g. |zxdb::Console|.

Public Methods

void WriteLog (LogSeverity severity, const FileLineFunction & location, std::string log)
void Set (LogBackend * backend, bool enable_syslog)

Set the backend to |backend|. If |enable_syslog| is true, logs will also be sent to the syslog.

Defined at line 48 of file ../../src/developer/debug/shared/logging/logging.cc

void Unset ()

Defined at line 53 of file ../../src/developer/debug/shared/logging/logging.cc

void ~LogBackend ()

Defined at line 55 of file ../../src/developer/debug/shared/logging/logging.cc