Click or drag to resize
TranslationManagerTrace Property
Gets and sets a TextWriter where translations can be traced.

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 TextWriter where translations are traced.
Remarks
The tracing mechanism is activated by the command line option "-ilstrace_translation" or the application configuration parameter "RW.Server.trace_translation".
See Also