Class LogWriter.ApplicationLogWriter
Provides functionality for writing application log messages with optional indentation support.
public class LogWriter.ApplicationLogWriter : LogWriter.CustomLogWriter, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, ILogWriter, IDisposableObject, IDisposable, IBaseObject
- Inheritance
-
LogWriter.ApplicationLogWriter
- Implements
- Extension Methods
Remarks
This class implements the ILogWriter interface and allows log messages to be written with a configurable level of indentation. The log messages are written using the application's logging mechanism using Log(object?, LogItemKind).
Methods
- WriteLine(string)
Writes a message to the log, followed by a line terminator.