BloombergLP::ball::LoggerManager::getRecord

Return the address of a modifiable record with the specified fileName and lineNumber attributes, and whose memory is supplied by the currently installed default allocator. Note that the returned Record must subsequently be supplied to a call to the LoggerManager::logMessage method.

Synopsis

Declared in <ball_loggermanager.h>

static
Record*
getRecord(
    std::string_view const& fileName,
    int lineNumber);