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.4.0.0 (5.4.0)
Syntaxpublic RuntimeConfiguration.TracingConfigMethods SetTraceLevel(
string switchName,
TraceLevel level
)
Public Function SetTraceLevel (
switchName As String,
level As TraceLevel
) As RuntimeConfiguration.TracingConfigMethods
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