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)
Syntaxpublic RuntimeConfigurationTracingConfigMethods SetTraceLevel(
	string switchName,
	TraceLevel level
)
Public Function SetTraceLevel ( 
	switchName As String,
	level As TraceLevel
) As RuntimeConfigurationTracingConfigMethods
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