17 #ifndef __LOGGING_LOGGING_HPP__ 18 #define __LOGGING_LOGGING_HPP__ 22 #include <glog/logging.h> 31 const std::string& argv0,
32 bool installFailureSignalHandler,
42 google::LogSeverity
getLogSeverity(
const std::string& logging_level);
48 #endif // __LOGGING_LOGGING_HPP__ Definition: option.hpp:29
PID< Logging > logging()
Return the PID associated with the global logging process.
google::LogSeverity getLogSeverity(const std::string &logging_level)
Try< std::string > getLogFile(google::LogSeverity severity)
Definition: attributes.hpp:24
void initialize(const std::string &argv0, bool installFailureSignalHandler, const Option< Flags > &_flags=None())