[#BloombergLP-ball-LoggerFunctorPayloads] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::LoggerFunctorPayloads :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for logger manager functor payloads. == Synopsis Declared in `<ball_loggerfunctorpayloads.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct LoggerFunctorPayloads; ---- == Description This `struct` provides a namespace for a suite of utility functions, each of which may be used as the function body for an appropriate `bsl::function` callback functor within `ball_loggermanager`. *WARNING*: Note that all functions are intended for use with the logger manager singleton _only_, and not with any non‐singleton instances of `ball::LoggerManager`. == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/ball/LoggerFunctorPayloads/loadParentCategoryThresholdValues.adoc[`loadParentCategoryThresholdValues`] | Load threshold levels from the nearest hierarchical parent category. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#