Class LogWriter.DebugLogWriter
Provides an implementation of the ILogWriter interface that writes log messages to the debug output.
public class LogWriter.DebugLogWriter : LogWriter.BaseLogWriter, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, ILogWriter, IDisposableObject, IDisposable, IBaseObject
- Inheritance
-
LogWriter.DebugLogWriter
- Implements
- Extension Methods
Remarks
This class uses the Debug class to write messages, making it suitable for debugging scenarios. Messages are written to the debug listeners configured for the application.
Methods
- Indent()
Increases the indentation level for subsequent log messages.
- Unindent()
Decreases the indentation level for subsequent log messages.
- WriteLine(string)
Writes a message to the log, followed by a line terminator.