addSpecificPublisher overloads
Declared in <balm_metricsmanager.h>
Add a publisher used only for the specified category.
int
addSpecificPublisher(
Category const* category,
bsl::shared_ptr<Publisher> const& publisher);
» more...
Add the specified publisher for the named category.
int
addSpecificPublisher(
char const* categoryName,
bsl::shared_ptr<Publisher> const& publisher);
» more...
publisher has already been registered for categorypublisher has already been registered for the named category| Name | Description |
|---|---|
| category | category for which to register the publisher |
| publisher | publisher to register for category |
| categoryName | null-terminated category name |