This struct provides a namespace for logger manager functor payloads.

Synopsis

Declared in <ball_loggerfunctorpayloads.h>

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

Name

Description

loadParentCategoryThresholdValues

Load threshold levels from the nearest hierarchical parent category.

Created with MrDocs