Toggle navigation
Faithlife.Tracing
Reference
View Source Code
View License
Edit This Page
ITraceSpan.SetTag method
Sets a tag on this span.
public
void
SetTag
(
string
name
,
string
value
)
parameter
description
name
The tag name. This may be a value taken from
SpanTagNames
.
value
The value of the tag.
See Also
interface
ITraceSpan
namespace
Faithlife.Tracing