API reference
API reference
Select your platform
No SDKs available
No versions available

LogCategoryAttribute Class

Extends Attribute
This attributes associates a category name to a class. The category name will be used in logging.

Properties

The name of the category.
The name of the parent category if applicable. The provision of this value constructs a parent-child hierarchy of categories.

Member Functions

Constructs the attribute with a category name only and no parent.
Parameters
categoryName
The category name.
Constructs the attribute with a category name in enum form. Used internally by the VSDK.
Parameters
categoryName
The category name.
Constructs the attribute with both a category name and parent.
Parameters
parentCategoryName
The parent category name.
categoryName
The category name.
An overload that uses the Enum version of the category names.
Parameters
parentCategoryName
The parent category name.
categoryName
The category name.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon