TraceLogger(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the TraceLogger class.
public TraceLogger (string traceSourceName = "");
new Microsoft.Crm.UnifiedServiceDesk.CommonUtility.TraceLogger : string -> Microsoft.Crm.UnifiedServiceDesk.CommonUtility.TraceLogger
Public Sub New (Optional traceSourceName As String = "")
Parameters
- traceSourceName
- String
Specifies the trace source name.