[#BloombergLP-ball-LoggerManager-getRecord] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/LoggerManager.adoc[LoggerManager]::getRecord :relfileprefix: ../../../ :mrdocs: Return a modifiable record allocated from the default allocator. == Synopsis Declared in `<ball_loggermanager.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/ball/Record.adoc[Record]* getRecord( std::string_view const& fileName, int lineNumber); ---- == Description Return the address of a modifiable record with the specified `fileName` and `lineNumber` attributes, and whose memory is supplied by the currently installed default allocator. Note that the returned `Record` must subsequently be supplied to a call to the `LoggerManager::logMessage` method. == Return Value address of a modifiable record allocated from the default allocator == 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]#