[#BloombergLP-ball-Logger-getRecord] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/Logger.adoc[Logger]::getRecord :relfileprefix: ../../../ :mrdocs: Return a modifiable record from this logger's object pool. == Synopsis Declared in `<ball_loggermanager.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/Record.adoc[Record]* getRecord( std::string_view const& fileName, int lineNumber); ---- == Description Return the address of a modifiable record having the specified `fileName` and `lineNumber` attributes, and retrieved from the object pool managed by this logger. Note that the returned `Record` must subsequently be supplied to a call to the 3‐argument `logMessage` method on this logger. == Return Value address of a modifiable record from this logger's object pool == Parameters [cols="1,4"] |=== | Name| Description | *fileName* | source file name attribute for the record | *lineNumber* | source line number attribute for the record |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#