Record [constructor] | Constructors |
operator= | Assign to this log record the value of the specified rhs log record and return the reference to this modifiable record. |
addAttribute | Add a managed copy of the specified attribute to the container of attributes maintained by this log record. |
attributes | Return a reference providing non-modifiable access to the attributes of this log record. |
clear | Clear this log record by removing the user fields, attributes, and clearing the fixed field's message buffer. |
customFields | customFields overloads |
fixedFields | fixedFields overloads |
numAllocatedBytes | Return the total number of bytes of dynamic memory allocated by this log record object. Note that this value does not include sizeof *this. |
print | Format this object to the specified output stream. |
setCustomFields | Set the custom user-defined fields of this log record to the value of the specified userFields. |
setFixedFields | Set the fixed fields of this log record to the value of the specified fixedFields. |
operator BloombergLP::bslmf::NestedTraitDeclaration<Record, UsesBslmaAllocator> | Declare that this type uses a bslma allocator. |