class LogMessageQuietlyDebugFatal

Defined at line 427 of file ../../third_party/abseil-cpp/src/absl/log/internal/log_message.h

Public Methods

void LogMessageQuietlyDebugFatal (const char * _Nonnull file, int line)

DLOG(QFATAL) calls this instead of LogMessageQuietlyFatal to make sure the

destructor is not [[noreturn]] even if this is always FATAL as this is only

invoked when DLOG() is enabled.

void ~LogMessageQuietlyDebugFatal ()