Class LogWriter.ConsoleLogWriter
Provides functionality for writing indented log messages to the console.
public class LogWriter.ConsoleLogWriter : LogWriter.CustomLogWriter, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, ILogWriter, IDisposableObject, IDisposable, IBaseObject
- Inheritance
-
LogWriter.ConsoleLogWriter
- Implements
- Extension Methods
Remarks
This class implements the ILogWriter interface to allow writing log messages with adjustable indentation levels. Log messages are written to the console using the WriteLine(string) method.
Methods
- WriteLine(string)
Writes a message to the log, followed by a line terminator.