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.6.0.0 (5.6.19.0117)
Syntax public 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:
RuntimeConfigurationTracingConfigMethodsSee Also