BloombergLP::ball::LoggerManager::findObserver

Return a shared pointer to the named observer.

Synopsis

Declared in <ball_loggermanager.h>

bsl::shared_ptr<Observer const>
findObserver(std::string_view const& observerName) const;

Description

Return a shared pointer to the observer having the specified observerName in the registry of this logger manager, and an empty shared pointer if there is no such observer otherwise.

Return Value

shared pointer to the named observer, or an empty shared pointer if none

Parameters

NameDescription
observerNamename of the observer to find