Click or drag to resize
SchemaValidationLogWriter Property
The StreamWriter object to which to write log information. Default value is new StreamWriter(Console.OpenStandardOutput());

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public static TextWriter LogWriter { get; set; }

Property Value

Type: TextWriter
Examples
Redirect log information to file: LogWriter = new StreamWriter(@"C:\Temp\ValidationLog.txt");
See Also