[#BloombergLP-ball-Record-2constructor-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/Record.adoc[Record]::Record :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<ball_record.h>` Create a log record having default values for its fixed fields and its user‐defined fields. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/ball/Record/2constructor-0ef.adoc[Record](xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/ball/Record/2constructor-0ef.adoc[_» more..._]# Create a log record having the value of the specified `original` log record. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/Record/2constructor-0c.adoc[Record]( xref:BloombergLP/ball/Record.adoc[Record] const& original, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/ball/Record/2constructor-0c.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/Record/2constructor-0ed.adoc[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]#xref:BloombergLP/ball/Record/2constructor-0ed.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#