Click or drag to resize
RuntimeConfiguration.TracingConfigMethods.SetTraceLevel 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.3.0.0 (5.3.0)
Syntax
public RuntimeConfiguration. TracingConfigMethods SetTraceLevel(
	string switchName,
	TraceLevel level
)

Parameters

switchName
Type: System.String
The name of the trace switch to set the level
level
Type: System.Diagnostics.TraceLevel
the level to set the trace switch to

Return Value

Type: RuntimeConfiguration.TracingConfigMethods
See Also