Click or drag to resize
SchemaValidationLogWriter Property
The StreamWriter object to wich 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: 1.1.0.0 (1.1.0.0)
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