ark::debuglog::GoogleDebugLogSink

Defined in header “ark/debuglog/glog_bridge.hh”.


A simple sink that redirects messages using Google’s logger to the Ark logger.

Methods

  • ~GoogleDebugLogSink()
    Destructor. Removes ourself as a bridge.

  • void send(::google::LogSeverity severity, const char * filename, const char * base_filename, int line, const struct std::tm * tm_time, const char * message, size_t message_len)
    Writes a message out to the debug logger.