Click or drag to resize
MvEndPointTrace Property
Sets or gets the trace system writer for this object.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public static TextWriter Trace { get; set; }

Property Value

Type: TextWriter
The trace system writer for this object.
Remarks
It is equivalent to launching a component using the command line argument -ilstrace_component
See Also