This struct provides a namespace for logging administration utilities.
Synopsis
Declared in <ball_administration.h>
struct Administration;
Description
This struct provides a namespace for a suite of utility functions that simplifies administration of the ball logging subsystem, and insulates administrative clients from changes to lower‐level components of the ball package. A precondition common to all of the utility functions is that the logger manager singleton must be initialized and not in the process of being shut down.
Static Member Functions
Name |
Description |
Add a new category with the specified name and threshold levels. |
|
Return the default pass threshold level. |
|
Return the default record threshold level. |
|
Return the default trigger‐all threshold level. |
|
Return the default trigger threshold level. |
|
Return the current capacity of the category registry. |
|
Return the number of categories in the registry. |
|
Return the pass threshold level for the named category. |
|
Return the record threshold level for the named category. |
|
Reset the default threshold levels to factory values. |
|
Set default and existing category threshold levels. |
|
Set the default threshold levels. |
|
Set the capacity of the category registry. |
|
Set threshold levels for categories matching a pattern. |
|
Return the trigger‐all threshold level for the named category. |
|
Return the trigger threshold level for the named category. |
Created with MrDocs