The logging backend interface.
More...
#include <google/cloud/log.h>
The logging backend interface.
Definition at line 236 of file log.h.
◆ ~LogBackend()
virtual google::cloud::LogBackend::~LogBackend |
( |
| ) |
|
|
virtualdefault |
◆ Flush()
virtual void google::cloud::LogBackend::Flush |
( |
| ) |
|
|
inlinevirtual |
◆ Process()
virtual void google::cloud::LogBackend::Process |
( |
LogRecord const & |
log_record | ) |
|
|
pure virtual |
◆ ProcessWithOwnership()
virtual void google::cloud::LogBackend::ProcessWithOwnership |
( |
LogRecord |
log_record | ) |
|
|
pure virtual |