Set the capacity of the registry of the logger manager singleton to the specified length. If length is 0, no limit will be imposed. No categories are removed from the registry if the current number of categories exceeds length; however, subsequent attempts to add categories to the registry will fail. The behavior is undefined unless the logger manager singleton has been initialized and is not in the process of being shut down, and 0 <= length.
Declared in <ball_administration.h>
static
void
setMaxNumCategories(int length);