TraceLogger Constructor
Initializes a new instance of the TraceLogger class.
Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)
Usage
'Usage
Dim traceSourceName As String
Dim instance As New TraceLogger(traceSourceName)
Syntax
'Declaration
Public Sub New ( _
<OptionalAttribute> Optional traceSourceName As String = "" _
)
public TraceLogger (
[OptionalAttribute] string traceSourceName
)
public:
TraceLogger (
[OptionalAttribute] String^ traceSourceName
)
public TraceLogger (
/** @attribute OptionalAttribute() */ String traceSourceName
)
public function TraceLogger (
traceSourceName : String
)
Parameters
- traceSourceName
Specifies the trace source name.
Remarks
Platforms
See Also
Reference
TraceLogger Class
TraceLogger Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.