DebugConsole Class
  Namespace: Qlik.Engine.Communication
Assembly: Qlik.Engine.dll
  Assembly: Qlik.Engine.dll
This is a convenience class for monitoring communication activity on the protocol level.
Inheritance
- 
      System.Object
      - DebugConsole
 
Syntax
public class DebugConsole : IDisposableConstructors
| Name | Description | 
|---|---|
| DebugConsole() | Default constructor using System.Console.Out for output. | 
| DebugConsole(TextWriter) | Constructor accepting System.IO.TextWriter for output. | 
| DebugConsole(TextWriter[]) | Constructor accepting multiple System.IO.TextWriter objects for output. | 
Methods
| Name | Description | 
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | 
| Flush() | Flush the DebugConsole message queue. | 
| WriteLine(String) | Write a line to all TextWriter instances registered for the debug console. |