[#BloombergLP-ball-Record-2constructor-0ed] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/Record.adoc[Record]::Record :relfileprefix: ../../../ :mrdocs: Create a log record with fixed fields having the value of the specified `fixedFields` and user‐defined fields having the value of the specified `userFields`. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. == Synopsis Declared in `<ball_record.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Record( xref:BloombergLP/ball/RecordAttributes.adoc[RecordAttributes] const& fixedFields, xref:BloombergLP/ball/UserFields.adoc[UserFields] const& userFields, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#