Google Cloud C++ Client 2.10.1
C++ Client Library for Google Cloud Platform
|
The logging backend interface. More...
#include <google/cloud/log.h>
Public Member Functions | |
virtual | ~LogBackend ()=default |
virtual void | Process (LogRecord const &log_record)=0 |
virtual void | ProcessWithOwnership (LogRecord log_record)=0 |
virtual void | Flush () |
The logging backend interface.
|
virtualdefault |
|
inlinevirtual |
|
pure virtual |
|
pure virtual |