[#BloombergLP-ball-Log_Stream-record-091] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/Log_Stream.adoc[Log_Stream]::record :relfileprefix: ../../../ :mrdocs: `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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/Record.adoc[Record]* xref:BloombergLP/ball/Log_Stream/record-09c.adoc[record](); ---- [.small]#xref:BloombergLP/ball/Log_Stream/record-09c.adoc[_» 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/Record.adoc[Record] const* xref:BloombergLP/ball/Log_Stream/record-07.adoc[record]() const; ---- [.small]#xref:BloombergLP/ball/Log_Stream/record-07.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#