StructuredTraceSource Constructor (String, TraceOptions)CleanCode C# Libraries v1.2.03 API
Initializes a new instance of the StructuredTraceSource class.

Namespace: CleanCode.Diagnostics
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public StructuredTraceSource(
	string name,
	TraceOptions traceOptions
)

Parameters

name
Type: OnlineSystem String
The key name identifying this trace, typically the name of the class or application.
traceOptions
Type: OnlineSystem.Diagnostics TraceOptions
The trace options.
See Also