[#BloombergLP-ball-LoggerManager-visitCategories-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/LoggerManager.adoc[LoggerManager]::visitCategories :relfileprefix: ../../../ :mrdocs: Invoke the specified `visitor` functor on each category managed by this object, providing that functor modifiable access to each category. `visitor` must be a functor that can be called as if it had the following signature: ` void operator()(Category *); ` == Synopsis Declared in `<ball_loggermanager.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_CATEGORY_VISITOR> void visitCategories(t_CATEGORY_VISITOR const& visitor); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#