Data for the log message, not stored in LogMessage to avoid increasing the stack size.
| 408 | // Data for the log message, not stored in LogMessage to avoid increasing the |
| 409 | // stack size. |
| 410 | class LogMessageData; |
| 411 | |
| 412 | // A LogMessage is a temporarily scoped object used by LOG and the unlikely part |
| 413 | // of a CHECK. The destructor will abort if the severity is FATAL. |
nothing calls this directly
no outgoing calls
no test coverage detected