Classes | |
struct | Item |
Public Member Functions | |
void | Run () override |
void | Cancel () override |
void | WaitTillRun () |
Protected Member Functions | |
virtual bool | ShouldIgnore (google::LogSeverity severity, const char *full_filename, int line) |
virtual void | HandleItem (const Item &item)=0 |
Protected Attributes | |
::boost::fibers::buffered_channel< Item > | msg_q_ |
unsigned | lost_messages_ = 0 |
Definition at line 15 of file glog_asio_sink.h.