MCPcopy Create free account
hub / github.com/dachev/node-cld / LogMessageData

Method LogMessageData

chromium/base/logging.h:994–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

992 // LogMessage uses less stack space.
993 struct LogMessageData {
994 LogMessageData() {};
995
996 int preserved_errno_; // errno at Init() time
997 scoped_array<char> buf_; // buffer space for non FATAL messages

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected