| TranslationManagerTrace Property |
Gets and sets a
TextWriter where translations can
be traced.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static TextWriter Trace { get; set; }
Public Shared Property Trace As TextWriter
Get
Set
public:
static property TextWriter^ Trace {
TextWriter^ get ();
void set (TextWriter^ value);
}
Property Value
Type:
TextWriterThe
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