Class BindingListener
- Namespace
- The.WPF.Composition
- Assembly
- Instagile.WPF.dll
public class BindingListener : TraceListener, IDisposable
- Inheritance
-
BindingListener
- Implements
- Inherited Members
Methods
Write(string?)
When overridden in a derived class, writes the specified message to the listener you create in the derived class.
public override void Write(string? message)
Parameters
messagestringA message to write.
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.
public override void WriteLine(string? message)
Parameters
messagestringA message to write.