Custom Log Provider Element
X-Ref:
- Ast Custom Log Provider Node
- Ast Log Provider Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
CreationName | String | This value provides the string used to add a custom log provider to the log provider collection for the package. This is a required property | |
Name | String | Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property | |
ConfigurationString | String | This value specifies connection and configuration settings for the custom log provider. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |