Create a record formatter having a default format specification and the specified timestamp offset. Optionally specify an allocator (e.g., the address of a bslma::Allocator object) to supply memory; otherwise, the default allocator is used. The default format specification is: ` "n%d %p:%t %s %f:%l %c %m %un" `
Synopsis
Declared in <ball_recordstringformatter.h>
explicit
RecordStringFormatter(
bdlt::DatetimeInterval const& offset,
allocator_type const& allocator = allocator_type());
Description
DEPRECATED: Use a constructor taking publishInLocalTime instead.
Created with MrDocs