Table of Contents

Class DebugUtils.DebugTraceListener

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

TraceListener descendant for the debug purposes.

public class DebugUtils.DebugTraceListener : TraceListener, IDisposable
Inheritance
DebugUtils.DebugTraceListener
Implements

Constructors

DebugTraceListener()

Initializes a new instance of the DebugUtils.DebugTraceListener class.

Methods

Write(string?)

When overridden in a derived class, writes the specified message to the listener you create in the derived class.

WriteLine(string?)

When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator.