[#BloombergLP-ball-RecordFormatterRegistryUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::RecordFormatterRegistryUtil :relfileprefix: ../../ :mrdocs: This utility provides a namespace for functions to create log record formatters based on URI‐like scheme identifiers. == Synopsis Declared in `<ball_recordformatterregistryutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct RecordFormatterRegistryUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/ball/RecordFormatterRegistryUtil/createRecordFormatter.adoc[`createRecordFormatter`] | Create and load a scheme‐selected log record formatter into `result`. |=== == Static Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/ball/RecordFormatterRegistryUtil/k_FALLBACK_LOG_FORMAT_URI.adoc[`k_FALLBACK_LOG_FORMAT_URI`] | URI used as a fallback when no scheme‐specific log format is available. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#