string | CategoryName[Get] The name of the category. |
string | ParentCategoryName[Get] The name of the parent category if applicable. The provision of this value constructs a parent-child hierarchy of categories. |
LogCategoryAttribute ( string categoryName ) Constructs the attribute with a category name only and no parent. | |
LogCategoryAttribute ( LogCategory categoryName ) Constructs the attribute with a category name in enum form. Used internally by the VSDK. | |
Constructs the attribute with both a category name and parent. | |
An overload that uses the Enum version of the category names. |
| string Meta.Voice.Logging.LogCategoryAttribute.CategoryName |
|---|
The name of the category. |
| string Meta.Voice.Logging.LogCategoryAttribute.ParentCategoryName |
|---|
The name of the parent category if applicable. The provision of this value constructs a parent-child hierarchy of categories. |
| Meta.Voice.Logging.LogCategoryAttribute.LogCategoryAttribute ( string categoryName ) |
|---|
Constructs the attribute with a category name only and no parent. Parameters categoryName The category name. |
| Meta.Voice.Logging.LogCategoryAttribute.LogCategoryAttribute ( LogCategory categoryName ) |
|---|
Constructs the attribute with a category name in enum form. Used internally by the VSDK. Parameters categoryName The category name. |
| Meta.Voice.Logging.LogCategoryAttribute.LogCategoryAttribute ( string parentCategoryName, string categoryName ) |
|---|
Constructs the attribute with both a category name and parent. Parameters parentCategoryName The parent category name. categoryNameThe category name. |
| Meta.Voice.Logging.LogCategoryAttribute.LogCategoryAttribute ( LogCategory parentCategoryName, LogCategory categoryName ) |
|---|
An overload that uses the Enum version of the category names. Parameters parentCategoryName The parent category name. categoryNameThe category name. |