Click or drag to resize

TraceWriter Constructor

Initializes a new instance of the TraceWriter class.

Namespace:  SanteDB.Core.Diagnostics
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public TraceWriter(
	EventLevel filter,
	string initializationData,
	IDictionary<string, EventLevel> configuration
)

Parameters

filter
Type: System.Diagnostics.TracingEventLevel
The filter.
initializationData
Type: SystemString
The initialization data.
configuration
Type: System.Collections.GenericIDictionaryString, EventLevel
The configuration to set for this object
See Also