17 #ifndef CYBER_LOGGER_LOGGER_H_ 18 #define CYBER_LOGGER_LOGGER_H_ 22 #include "glog/logging.h" 28 class Logger :
public google::base::Logger {
30 explicit Logger(google::base::Logger* wrapped);
32 void Write(
bool force_flush, time_t timestamp,
const char* message,
33 int message_len)
override;
34 void Flush()
override;
38 google::base::Logger*
const wrapped_;
46 #endif // CYBER_LOGGER_LOGGER_H_
uint32_t LogSize() override
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
Logger(google::base::Logger *wrapped)
void Write(bool force_flush, time_t timestamp, const char *message, int message_len) override