Skip to main content Skip to complementary content

DebugConsole Class

Namespace: Qlik.Engine.Communication
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 : IDisposable

Constructors

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!