// Copyright 2020 Google LLC. All Rights Reserved. #ifndef BASE_LOGGING_H_ #define BASE_LOGGING_H_ // See https://github.com/google/glog/blob/master/doc/glog.html #define GLOG_NO_ABBREVIATED_SEVERITIES #include "glog/logging.h" #endif // BASE_LOGGING_H_