BloombergLP::ball::Log_Stream::record

record overloads

Synopses

Declared in <ball_log.h>

Return the address of the modifiable log record held by this logging stream. The address remains valid until this logging stream is destroyed.

Record*
record();
» more...

Return the address of the non-modifiable log record held by this logging stream. The address remains valid until this logging stream is destroyed.

Record const*
record() const;
» more...