Method SetLogTextWriter
SetLogTextWriter(TextWriter)
Sets the TextWriter to which log messages are written.
public static void SetLogTextWriter(TextWriter textWriter)
Parameters
textWriterTextWriterThe TextWriter to use for log output.
Remarks
If ConfigureFileLogging(string, LMKitLogLevel, bool, bool, bool) was used previously, the owned file writer is disposed before switching to the provided writer.