Table of Contents

Interface ILogWriter

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

Defines methods for logging with indentation and other features.

public interface ILogWriter : IDisposableObject, IDisposable, IBaseObject
Extension Methods

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.