| 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: 7.2.0.0 (7.2.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