Same as the preceding overload, additionally taking the specified kernelThreadID.
Synopsis
Declared in <ball_recordattributes.h>
RecordAttributes(
bdlt::Datetime const& timestamp,
int processID,
bsls::Types::Uint64 threadID,
bsls::Types::Uint64 kernelThreadID,
std::string_view const& fileName,
int lineNumber,
std::string_view const& category,
int severity,
std::string_view const& message,
bslma::Allocator* basicAllocator = 0);
Created with MrDocs