Searched refs:LOG_FATAL (Results 1 – 6 of 6) sorted by relevance
155 #ifndef LOG_FATAL156 #define LOG_FATAL(...) __FAKE_USE_VA_ARGS(__VA_ARGS__) macro164 #ifndef LOG_FATAL165 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__) macro
26 Environment() { logging::SetMinLogLevel(logging::LOG_FATAL); } in Environment()
236 case logging::LOG_FATAL: in RedirectToLiblog()
55 LOG_FATAL(format, ...)111 `LOG_ALWAYS_FATAL` is used to `ALOG` a message, then kill the process. `LOG_FATAL` call is a
344 TEST(logging, LOG_FATAL) { in TEST() argument