Summary
Creates trace message based on overall result and candidate content.
Syntax
[PublicAPI]
[NotNull]
protected string CreateTraceMessage(string specificationTrace, bool result)
Returns short name of Specification (without namespaces) by default.
Failed result contains +Failed suffix.
Attributes
| Type |
Description |
| PublicAPI |
|
| NotNull |
|
Parameters
| Name |
Type |
Description |
| specificationTrace |
string |
Merged trace of TType Specification for candidate
elements.
|
| result |
bool |
Overall Specification result. |
Return Value
| Type |
Description |
| string |
Short trace message. |