|
BDE 4.39.x Production Release
|
#include <ball_categorycallbacks.h>
This struct provides a namespace for default threshold level related callback function types.
Public Types | |
| typedef bsl::function< void(bsl::string *buffer, const char *categoryName)> | NameFilter |
| typedef bsl::function< void(int *recordLevel, int *passLevel, int *triggerLevel, int *triggerAllLevel, const char *categoryName)> | DefaultThresholdLevels |
| typedef bsl::function<void(int *recordLevel, int *passLevel, int *triggerLevel, int *triggerAllLevel, const char *categoryName)> ball::CategoryCallbacks::DefaultThresholdLevels |
An alias to a function meeting the following contract:
| typedef bsl::function<void(bsl::string *buffer, const char *categoryName)> ball::CategoryCallbacks::NameFilter |
An alias to a function meeting the following contract:
See also CategoryManager.