Click or drag to resize

RuntimeConfigurationTracingConfigMethodsSetTraceLevel Method

Sets the trace level of the switch with the name specified to the level specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public RuntimeConfigurationTracingConfigMethods SetTraceLevel(
	string switchName,
	TraceLevel level
)

Parameters

switchName
Type: SystemString
The name of the trace switch to set the level
level
Type: System.DiagnosticsTraceLevel
the level to set the trace switch to

Return Value

Type: RuntimeConfigurationTracingConfigMethods
See Also